UCOMIConnectionPoint Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202
In alternativa, utilizzare IConnectionPoint.
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
- Attributi
Commenti
Per altre informazioni, vedere la documentazione esistente per IConnectionPoint
nella sottocartella com di MSDN Library.
Metodi
Advise(Object, Int32) |
Obsoleti.
Stabilisce una connessione consultiva tra il punto di connessione e l'oggetto sink del chiamante. |
EnumConnections(UCOMIEnumConnections) |
Obsoleti.
Crea un oggetto enumeratore per lo scorrimento delle connessioni esistenti fino a questo punto di connessione. |
GetConnectionInterface(Guid) |
Obsoleti.
Restituisce l'IID dell'interfaccia in uscita gestita da questo punto di connessione. |
GetConnectionPointContainer(UCOMIConnectionPointContainer) |
Obsoleti.
Recupera il puntatore dell'interfaccia |
Unadvise(Int32) |
Obsoleti.
Termina una connessione consultiva precedentemente stabilita tramite Advise(Object, Int32). |