IServicedComponentInfo Interface

Définition

Implémentée par la classe ServicedComponent pour obtenir des informations sur le composant par le biais de la méthode GetComponentInfo(Int32, String[]).

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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
Dérivé
Attributs

Remarques

L’interface IServicedComponentInfo n’a pas besoin d’être implémentée directement dans votre code. Il est utilisé en interne par l’infrastructure .NET Framework.

La GetComponentInfo méthode n’apparaît pas dans l’interface de ServicedComponent classe. Au lieu de cela, ServicedComponent implémente IServicedComponentInfoexplicitement .

Méthodes

GetComponentInfo(Int32, String[])

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

Obtient certaines informations relatives à l'instance de classe ServicedComponent.

S’applique à

Voir aussi