IServicedComponentInfo インターフェイス

定義

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

この 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 。 代わりに、はを ServicedComponent 明示的に実装 IServicedComponentInfo します。

メソッド

GetComponentInfo(Int32, String[])

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

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

適用対象

こちらもご覧ください