ServiceDescriptor.KeyedImplementationInstance Propriedade

Definição

Obtém a instância que implementa o serviço, ou lança InvalidOperationException se IsKeyedService for false.

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

Valor de Propriedade

Observações

Se IsKeyedService for false, ImplementationInstance deve ser chamado em vez disso.

Aplica-se a