IServicedComponentInfo Interfejs

Definicja

Zaimplementowana przez klasę w ServicedComponent celu uzyskania informacji o składniku GetComponentInfo(Int32, String[]) za pośrednictwem metody .

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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
Pochodne
Atrybuty

Uwagi

Interfejs IServicedComponentInfo nie musi być implementowany bezpośrednio w kodzie. Jest ona używana wewnętrznie przez infrastrukturę .NET Framework.

Metoda nie jest wyświetlana GetComponentInfo w interfejsie ServicedComponent klasy. ServicedComponent Zamiast tego jawnie implementuje IServicedComponentInfowartość .

Metody

GetComponentInfo(Int32, String[])

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

Uzyskuje pewne informacje o wystąpieniu ServicedComponent klasy.

Dotyczy

Zobacz też