UCOMIConnectionPoint Interface
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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 |
| Unadvise(Int32) |
Obsoleto.
Termina uma ligação consultiva previamente estabelecida através de Advise(Object, Int32). |