言語

ServiceDescriptor.ImplementationType プロパティ

定義

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

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

プロパティ値

属性

注釈

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

適用対象