UCOMIConnectionPoint Interfaz
Definición
Precaución
Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202
Precaución
Esta API está ya obsoleta.
Utilice IConnectionPoint en su lugar.Use IConnectionPoint instead.
public interface class UCOMIConnectionPoint
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIConnectionPoint
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIConnectionPoint
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete]
[System.Runtime.InteropServices.Guid("b196b286-bab4-101a-b69c-00aa00341d07")]
public interface UCOMIConnectionPoint
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIConnectionPoint = interface
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIConnectionPoint = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete>]
[<System.Runtime.InteropServices.Guid("b196b286-bab4-101a-b69c-00aa00341d07")>]
type UCOMIConnectionPoint = interface
Public Interface UCOMIConnectionPoint
- Atributos
Comentarios
Para obtener más información, vea la documentación existente para IConnectionPoint
en la subcarpeta com de MSDN Library.For more information, please see the existing documentation for IConnectionPoint
in the com subfolder of the MSDN library.
Métodos
Advise(Object, Int32) |
Establece una conexión de consulta entre el punto de conexión y el objeto receptor del llamador.Establishes an advisory connection between the connection point and the caller's sink object. |
EnumConnections(UCOMIEnumConnections) |
Crea un objeto enumerador para recorrer en iteración las conexiones que existen a este punto de conexión.Creates an enumerator object for iteration through the connections that exist to this connection point. |
GetConnectionInterface(Guid) |
Devuelve el IID de la interfaz de salida administrada por este punto de conexión.Returns the IID of the outgoing interface managed by this connection point. |
GetConnectionPointContainer(UCOMIConnectionPointContainer) |
Recupera el puntero de interfaz |
Unadvise(Int32) |
Finaliza una conexión de consulta previamente establecida mediante Advise(Object, Int32).Terminates an advisory connection previously established through Advise(Object, Int32). |