ServiceDescriptor.ImplementationType Eigenschap

Definitie

Haalt de Type service op die de service implementeert of retourneert null als IsKeyedService dat het is true.

public:
 property Type ^ ImplementationType { Type ^ get(); };
[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)]
public Type? ImplementationType { get; }
public Type? ImplementationType { get; }
[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors)>]
member this.ImplementationType : Type
member this.ImplementationType : Type
Public ReadOnly Property ImplementationType As Type

Waarde van eigenschap

Kenmerken

Opmerkingen

Als IsKeyedService dat het geval is true, KeyedImplementationType moet u in plaats daarvan worden aangeroepen.

Van toepassing op