UCOMIConnectionPoint Interface

Definição

Cuidado

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

Cuidado

Essa API foi preterida.

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.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

Comentários

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

Métodos

Advise(Object, Int32)

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

EnumConnections(UCOMIEnumConnections)

Cria um objeto enumerador para iteração por meio de conexões existentes nesse ponto de conexão.

GetConnectionInterface(Guid)

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

GetConnectionPointContainer(UCOMIConnectionPointContainer)

Recupera o ponteiro de interface IConnectionPointContainer do objeto conectável que tem esse ponto de conexão conceitualmente.

Unadvise(Int32)

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

Aplica-se a