UCOMIConnectionPoint Interfaz

Definición

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 para IConnectionPoint en la subcarpeta com de MSDN Library.

Métodos

Nombre Description
Advise(Object, Int32)
Obsoletos.

Establece una conexión de asesoramiento entre el punto de conexión y el objeto receptor del autor de la llamada.

EnumConnections(UCOMIEnumConnections)
Obsoletos.

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

GetConnectionInterface(Guid)
Obsoletos.

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

GetConnectionPointContainer(UCOMIConnectionPointContainer)
Obsoletos.

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

Unadvise(Int32)
Obsoletos.

Finaliza una conexión de asesoramiento establecida previamente a través de Advise(Object, Int32).

Se aplica a