UCOMIConnectionPoint Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202
Utilice IConnectionPoint en su lugar.
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.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
Public Interface UCOMIConnectionPoint
- Atributos
Comentarios
Para obtener más información, consulte la documentación existente de IConnectionPoint
en la subcarpeta com de MSDN Library.
Métodos
Advise(Object, Int32) |
Obsoletos.
Establece una conexión de consulta entre el punto de conexión y el objeto receptor del llamador. |
EnumConnections(UCOMIEnumConnections) |
Obsoletos.
Crea un objeto enumerador para recorrer en iteración las conexiones que existen a este punto de conexión. |
GetConnectionInterface(Guid) |
Obsoletos.
Devuelve el IID de la interfaz de salida administrada por este punto de conexión. |
GetConnectionPointContainer(UCOMIConnectionPointContainer) |
Obsoletos.
Recupera el puntero de interfaz |
Unadvise(Int32) |
Obsoletos.
Finaliza una conexión de consulta previamente establecida mediante Advise(Object, Int32). |