IServicedComponentInfo インターフェイス

定義

ServicedComponent メソッドを使用してコンポーネントに関する情報を取得するために、GetComponentInfo(Int32, String[]) クラスによって実装されます。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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
派生
属性

注釈

IServicedComponentInfo インターフェイスをコードに直接実装する必要はありません。 これは、.NET Framework インフラストラクチャによって内部的に使用されます。

GetComponentInfo メソッドは、ServicedComponent クラス インターフェイスには表示されません。 代わりに、ServicedComponentIServicedComponentInfoを明示的に実装します。

メソッド

名前 説明
GetComponentInfo(Int32, String[])

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

ServicedComponent クラス インスタンスに関する特定の情報を取得します。

適用対象

こちらもご覧ください