IServicedComponentInfo Interfaccia

Definizione

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

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 .NET Framework.

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

Metodi

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 classe ServicedComponent.

Si applica a

Vedi anche