ConnectionPointContainer.IConnectionPointContainer.EnumConnectionPoints Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
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 does not support explicit interface implementations.
Parameters
- ppEnum
Type: Microsoft.VisualStudio.OLE.Interop.IEnumConnectionPoints%
Implements
IConnectionPointContainer.EnumConnectionPoints(IEnumConnectionPoints%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ConnectionPointContainer Class
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace