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

EnumConnectionPoints() public method

Creates an enumerator object to iterate through all the connection points supported in the connectable object, one connection point per outgoing IID. Not implemented. (http://msdn.microsoft.com/en-CA/library/ms682460.aspx)
public EnumConnectionPoints ( IEnumConnectionPoints &ppEnum ) : void
ppEnum IEnumConnectionPoints An IEnumConnectionPoints object that receives the newly created enumerator.
return void
        public void EnumConnectionPoints(out IEnumConnectionPoints ppEnum)
        {
            // We only need FindConnectionPoint().
            throw new NotImplementedException();
        }