IServicedComponentInfo Rozhraní

Definice

Implementované ServicedComponent třídou získat informace o komponentě GetComponentInfo(Int32, String[]) prostřednictvím metody .

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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
Odvozené
Atributy

Poznámky

Rozhraní IServicedComponentInfo nemusí být implementováno přímo v kódu. Používá se interně v infrastruktuře rozhraní .NET Framework.

Metoda GetComponentInfo se nezobrazuje v ServicedComponent rozhraní třídy. Místo toho ServicedComponent explicitně implementuje IServicedComponentInfo.

Metody

GetComponentInfo(Int32, String[])

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

Získá určité informace o ServicedComponent instanci třídy.

Platí pro

Viz také