VSNDK.DebugEngine.AD7Port.GetConnectionInterface C# (CSharp) Method

GetConnectionInterface() public method

Retrieves the IID of the outgoing interface managed by this connection point. (http://msdn.microsoft.com/en-us/library/ms693468.aspx)
public GetConnectionInterface ( System.Guid &pIID ) : void
pIID System.Guid An identifier of the outgoing interface managed by this connection point.
return void
        public void GetConnectionInterface(out Guid pIID)
        {
            pIID = typeof(IDebugPortEvents2).GUID;
        }