Compartir a través de


Interfaz UCOMIConnectionPoint

 

Publicado: octubre de 2016

Nota: Esta API ahora está obsoleta.

Utilice System.Runtime.InteropServices.ComTypes.IConnectionPoint en su lugar.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("B196B286-BAB4-101A-B69C-00AA00341D07")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIConnectionPoint
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("B196B286-BAB4-101A-B69C-00AA00341D07")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class UCOMIConnectionPoint
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. https://go.microsoft.com/fwlink/?linkid=14202",
    false)>]
[<GuidAttribute("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIConnectionPoint = interface end
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. https://go.microsoft.com/fwlink/?linkid=14202",
    False)>
<GuidAttribute("B196B286-BAB4-101A-B69C-00AA00341D07")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface UCOMIConnectionPoint

Métodos

Nombre Descripción
System_CAPS_pubmethod Advise(Object, Int32)

Establece una conexión de consulta entre el punto de conexión y el objeto receptor del llamador.

System_CAPS_pubmethod EnumConnections(UCOMIEnumConnections)

Crea un objeto enumerador para la iteración a través de las conexiones que existen a este punto de conexión.

System_CAPS_pubmethod GetConnectionInterface(Guid)

Devuelve el IID de la interfaz de salida administrada por este punto de conexión.

System_CAPS_pubmethod GetConnectionPointContainer(UCOMIConnectionPointContainer)

Recupera el IConnectionPointContainer puntero de interfaz al objeto conectable que, conceptualmente, posee este punto de conexión.

System_CAPS_pubmethod Unadvise(Int32)

Finaliza una conexión de consulta previamente establecida mediante UCOMIConnectionPoint.Advise.

Comentarios

Para obtener más información, consulte la documentación existente sobre IConnectionPoint en la subcarpeta com de MSDN library.

Información de versión

.NET Framework
Disponible desde 1.1

Ver también

Espacio de nombres System.Runtime.InteropServices

Volver al principio