IConnectionPointContainer Interfaccia

Definizione

Fornisce la definizione gestita dell'interfaccia IConnectionPointContainer .

public interface class IConnectionPointContainer
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IConnectionPointContainer
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("B196B284-BAB4-101A-B69C-00AA00341D07")]
public interface IConnectionPointContainer
public interface IConnectionPointContainer
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IConnectionPointContainer = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("B196B284-BAB4-101A-B69C-00AA00341D07")>]
type IConnectionPointContainer = interface
type IConnectionPointContainer = interface
Public Interface IConnectionPointContainer
Attributi

Commenti

Per altre informazioni, vedere la documentazione esistente per IConnectionPointContainer in MSDN Library.

Common Language Runtime genera un'eccezione quando un metodo COM nel codice nativo restituisce un HRESULT. Per altre informazioni, vedere Procedura: Eseguire il mapping di HRESULT ed eccezioni.

Metodi

Nome Descrizione
EnumConnectionPoints(IEnumConnectionPoints)

Crea un enumeratore di tutti i punti di connessione supportati nell'oggetto connettibile, un punto di connessione per IID.

FindConnectionPoint(Guid, IConnectionPoint)

Chiede all'oggetto connettibile se ha un punto di connessione per un particolare IID e, in tal caso, restituisce il puntatore dell'interfaccia IConnectionPoint a tale punto di connessione.

Si applica a