UCOMIConnectionPointContainer.EnumConnectionPoints(UCOMIEnumConnectionPoints) Método

Definição

Cria um enumerador de todos os pontos de conexão com suporte no objeto conectável, um ponto de conexão por IID.Creates an enumerator of all the connection points supported in the connectable object, one connection point per IID.

public:
 void EnumConnectionPoints([Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIEnumConnectionPoints ^ % ppEnum);
public void EnumConnectionPoints (out System.Runtime.InteropServices.UCOMIEnumConnectionPoints ppEnum);
abstract member EnumConnectionPoints : UCOMIEnumConnectionPoints -> unit
Public Sub EnumConnectionPoints (ByRef ppEnum As UCOMIEnumConnectionPoints)

Parâmetros

ppEnum
UCOMIEnumConnectionPoints

No retorno bem-sucedido, contém o ponteiro de interface do enumerador.On successful return, contains the interface pointer of the enumerator.

Comentários

Para obter mais informações, consulte a documentação existente para IConnectionPointContainer::EnumConnectionPoints na biblioteca MSDN.For more information, please see the existing documentation for IConnectionPointContainer::EnumConnectionPoints in the MSDN library.

Aplica-se a