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