Método UCOMIConnectionPointContainer.EnumConnectionPoints (UCOMIEnumConnectionPoints)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Cria um enumerador de todos os pontos de conexão com suporte no objeto conectável, um ponto de conexão por IID.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void EnumConnectionPoints(
out UCOMIEnumConnectionPoints ppEnum
)
void EnumConnectionPoints(
[OutAttribute] UCOMIEnumConnectionPoints^% ppEnum
)
abstract EnumConnectionPoints :
ppEnum:UCOMIEnumConnectionPoints byref -> unit
Sub EnumConnectionPoints (
<OutAttribute> ByRef ppEnum As UCOMIEnumConnectionPoints
)
Parâmetros
ppEnum
Type: System.Runtime.InteropServices.UCOMIEnumConnectionPointsNo retorno bem-sucedido, contém o ponteiro de interface do enumerador.
Comentários
Para obter mais informações, consulte a documentação existente para IConnectionPointContainer::EnumConnectionPoints na biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMIConnectionPointContainer
Namespace System.Runtime.InteropServices
Retornar ao início