VSNDK.DebugEngine.AD7Port.EnumConnections C# (CSharp) 메소드

EnumConnections() 공개 메소드

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.
리턴 void
        public void EnumConnections(out IEnumConnections ppEnum)
        {
            throw new NotImplementedException();
        }