共用方式為


ConnectionPointContainer.IConnectionPointContainer.EnumConnectionPoints 方法

這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
Private Sub EnumConnectionPoints ( _
    <OutAttribute> ByRef ppEnum As IEnumConnectionPoints _
) Implements IConnectionPointContainer.EnumConnectionPoints
void IConnectionPointContainer.EnumConnectionPoints(
    out IEnumConnectionPoints ppEnum
)
private:
virtual void EnumConnectionPoints(
    [OutAttribute] IEnumConnectionPoints^% ppEnum
) sealed = IConnectionPointContainer::EnumConnectionPoints
private abstract EnumConnectionPoints : 
        ppEnum:IEnumConnectionPoints byref -> unit 
private override EnumConnectionPoints : 
        ppEnum:IEnumConnectionPoints byref -> unit 
JScript 不支援明確介面實作。

參數

實作

IConnectionPointContainer.EnumConnectionPoints(IEnumConnectionPoints%)

.NET Framework 安全性

請參閱

參考

ConnectionPointContainer 類別

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal 命名空間