ServiceDescriptor.ImplementationInstance プロパティ

定義

サービスを実装するインスタンスを取得するか、IsKeyedServicetrue場合はnullを返します。

public:
 property System::Object ^ ImplementationInstance { System::Object ^ get(); };
public object? ImplementationInstance { get; }
member this.ImplementationInstance : obj
Public ReadOnly Property ImplementationInstance As Object

プロパティ値

注釈

IsKeyedServicetrue場合は、代わりにKeyedImplementationInstanceを呼び出す必要があります。

適用対象