UCOMIConnectionPoint Interface

Definição

Atenção

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

Utilize IConnectionPoint em substituição.

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

Observações

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

Métodos

Name Description
Advise(Object, Int32)
Obsoleto.

Estabelece uma ligação de aviso entre o ponto de ligação e o objeto sink do chamador.

EnumConnections(UCOMIEnumConnections)
Obsoleto.

Cria um objeto enumerador para iteração através das ligações que existem até este ponto de ligação.

GetConnectionInterface(Guid)
Obsoleto.

Devolve o IID da interface de saída gerida por este ponto de ligação.

GetConnectionPointContainer(UCOMIConnectionPointContainer)
Obsoleto.

Recupera o IConnectionPointContainer ponteiro de interface para o objeto conectável que conceptualmente detém esse ponto de ligação.

Unadvise(Int32)
Obsoleto.

Termina uma ligação consultiva previamente estabelecida através de Advise(Object, Int32).

Aplica-se a