UCOMIConnectionPoint Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 para IConnectionPoint
na subpasta com da biblioteca MSDN.
Métodos
Advise(Object, Int32) |
Obsoleto.
Estabelece uma conexão de consultoria entre o ponto de conexão e o objeto do coletor do chamador. |
EnumConnections(UCOMIEnumConnections) |
Obsoleto.
Cria um objeto enumerador para iteração por meio de conexões existentes nesse ponto de conexão. |
GetConnectionInterface(Guid) |
Obsoleto.
Retorna o IID da interface de saída gerenciada por esse ponto de conexão. |
GetConnectionPointContainer(UCOMIConnectionPointContainer) |
Obsoleto.
Recupera o ponteiro de interface |
Unadvise(Int32) |
Obsoleto.
Encerra uma conexão de consultoria estabelecida anteriormente por meio de Advise(Object, Int32). |