ResourceWriter.TypeNameConverter 속성

정의

정규화된 어셈블리 이름을 사용하여 .NET Framework 4 이전의 .NET Framework 대상 버전이 리소스 어셈블리에 기록되도록 설정하는 대리자를 가져오거나 설정합니다.

public:
 property Func<Type ^, System::String ^> ^ TypeNameConverter { Func<Type ^, System::String ^> ^ get(); void set(Func<Type ^, System::String ^> ^ value); };
public Func<Type,string>? TypeNameConverter { get; set; }
public Func<Type,string> TypeNameConverter { get; set; }
member this.TypeNameConverter : Func<Type, string> with get, set
Public Property TypeNameConverter As Func(Of Type, String)

속성 값

Func<Type,String>

대리자에 의해 캡슐화되는 형식입니다.

설명

이전 버전의 .NET Framework 대상으로 지정하는 경우 이 속성을 .NET Framework MSBuild 설정합니다.

적용 대상