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

EnumConnections() public method

Creates an enumerator object to iterate through the current connections for this connection point. Not implemented. (http://msdn.microsoft.com/en-us/library/ms680755.aspx)
public EnumConnections ( IEnumConnections &ppEnum ) : void
ppEnum IEnumConnections An IEnumConnections object that receives the newly created enumerator.
return void
        public void EnumConnections(out IEnumConnections ppEnum)
        {
            throw new NotImplementedException();
        }