IServicedComponentInfo Interfaccia

Definizione

Implementato dalla ServicedComponent classe per ottenere informazioni sul componente tramite il GetComponentInfo(Int32, String[]) metodo .

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public interface class IServicedComponentInfo
[System.Runtime.InteropServices.Guid("8165B19E-8D3A-4d0b-80C8-97DE310DB583")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IServicedComponentInfo
[<System.Runtime.InteropServices.Guid("8165B19E-8D3A-4d0b-80C8-97DE310DB583")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IServicedComponentInfo = interface
Public Interface IServicedComponentInfo
Derivato
Attributi

Commenti

L'interfaccia IServicedComponentInfo non deve essere implementata direttamente nel codice. Viene usato internamente dall'infrastruttura di .NET Framework.

Il GetComponentInfo metodo non viene visualizzato nell'interfaccia della ServicedComponent classe. Implementa invece in modo ServicedComponent esplicito IServicedComponentInfo.

Metodi

Nome Descrizione
GetComponentInfo(Int32, String[])

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Ottiene alcune informazioni sull'istanza della ServicedComponent classe.

Si applica a

Vedi anche