VSNDK.DebugEngine.AD7PortSupplier.GetPortSupplierId C# (CSharp) Method

GetPortSupplierId() public method

Gets the port supplier identifier. (http://msdn.microsoft.com/en-ca/library/bb146617.aspx)
public GetPortSupplierId ( System.Guid &pguidPortSupplier ) : int
pguidPortSupplier System.Guid Returns the GUID of the port supplier.
return int
        public int GetPortSupplierId(out Guid pguidPortSupplier)
        {
            pguidPortSupplier = this.GetType().GUID;
            return VSConstants.S_OK;
        }