UCOMIConnectionPoint Interfaccia
Definizione
Attenzione
Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202
Attenzione
Questa API è ora obsoleta.
Usare invece IConnectionPoint.Use IConnectionPoint instead.
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
- Attributi
Commenti
Per ulteriori informazioni, consultare la documentazione esistente per IConnectionPoint
nella sottocartella com di MSDN Library.For more information, please see the existing documentation for IConnectionPoint
in the com subfolder of the MSDN library.
Metodi
Advise(Object, Int32) |
Stabilisce una connessione consultiva tra il punto di connessione e l'oggetto sink del chiamante.Establishes an advisory connection between the connection point and the caller's sink object. |
EnumConnections(UCOMIEnumConnections) |
Crea un oggetto enumeratore per lo scorrimento delle connessioni esistenti fino a questo punto di connessione.Creates an enumerator object for iteration through the connections that exist to this connection point. |
GetConnectionInterface(Guid) |
Restituisce l'IID dell'interfaccia in uscita gestita da questo punto di connessione.Returns the IID of the outgoing interface managed by this connection point. |
GetConnectionPointContainer(UCOMIConnectionPointContainer) |
Recupera il puntatore dell'interfaccia |
Unadvise(Int32) |
Termina una connessione consultiva precedentemente stabilita tramite Advise(Object, Int32).Terminates an advisory connection previously established through Advise(Object, Int32). |