ServiceDescriptor.ImplementationInstance プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サービスを実装するインスタンスを取得するか、IsKeyedServiceがtrue場合はnullを返します。
public:
property System::Object ^ ImplementationInstance { System::Object ^ get(); };
public object? ImplementationInstance { get; }
member this.ImplementationInstance : obj
Public ReadOnly Property ImplementationInstance As Object
プロパティ値
注釈
IsKeyedServiceがtrue場合は、代わりにKeyedImplementationInstanceを呼び出す必要があります。