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

CanAddPort() public method

Verifies that a port supplier can add new ports. (http://msdn.microsoft.com/en-ca/library/bb145880.aspx)
public CanAddPort ( ) : int
return int
        public int CanAddPort()
        {
            return VSConstants.S_OK;
        }