UCOMIConnectionPoint Interface

Definição

Cuidado

Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202

Use IConnectionPoint em seu 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

Comentários

Para obter mais informações, consulte a documentação existente na IConnectionPoint subpasta com da biblioteca MSDN.

Métodos

Nome Description
Advise(Object, Int32)
Obsoleto.

Estabelece uma conexão consultiva entre o ponto de conexão e o objeto de coletor do chamador.

EnumConnections(UCOMIEnumConnections)
Obsoleto.

Cria um objeto enumerador para iteração por meio das conexões que existem para esse ponto de conexão.

GetConnectionInterface(Guid)
Obsoleto.

Retorna a IID da interface de saída gerenciada por esse ponto de conexão.

GetConnectionPointContainer(UCOMIConnectionPointContainer)
Obsoleto.

Recupera o ponteiro da IConnectionPointContainer interface para o objeto conectável que, conceitualmente, possui esse ponto de conexão.

Unadvise(Int32)
Obsoleto.

Encerra uma conexão de consultoria estabelecida anteriormente por meio de Advise(Object, Int32).

Aplica-se a