메소드 | 설명 | |
---|---|---|
Clone ( Microsoft.VisualStudio.OLE.Interop.IEnumConnectionPoints &ppEnum ) : void | ||
EnumConnectionPoints ( IEnumerable |
||
Next ( uint cConnections, Microsoft.VisualStudio.OLE.Interop.IConnectionPoint ppCP, uint &pcFetched ) : int | ||
Reset ( ) : int | ||
Skip ( uint cConnections ) : int |
메소드 | 설명 | |
---|---|---|
EnumConnectionPoints ( ReadOnlyCollection |
public Clone ( Microsoft.VisualStudio.OLE.Interop.IEnumConnectionPoints &ppEnum ) : void | ||
ppEnum | Microsoft.VisualStudio.OLE.Interop.IEnumConnectionPoints | |
리턴 | void |
public EnumConnectionPoints ( IEnumerable |
||
connectionPoints | IEnumerable |
|
리턴 | System |
protected EnumConnectionPoints ( ReadOnlyCollection |
||
connectionPoints | ReadOnlyCollection |
|
currentIndex | int | |
리턴 | System |
public Next ( uint cConnections, Microsoft.VisualStudio.OLE.Interop.IConnectionPoint ppCP, uint &pcFetched ) : int | ||
cConnections | uint | |
ppCP | Microsoft.VisualStudio.OLE.Interop.IConnectionPoint | |
pcFetched | uint | |
리턴 | int |