ResourceWriter::TypeNameConverter Property

.NET Framework (current version)
 

Gets or sets a delegate that enables resource assemblies to be written that target versions of the .NET Framework prior to the .NET Framework 4 by using qualified assembly names.

Namespace:   System.Resources
Assembly:  mscorlib (in mscorlib.dll)

public:
property Func<Type^, String^>^ TypeNameConverter {
	Func<Type^, String^>^ get();
	void set(Func<Type^, String^>^ value);
}

Property Value

Type: System::Func<Type^, String^>^

The type that is encapsulated by the delegate.

Visual Studio 2010 and MSBuild set this property if you target an earlier version of the .NET Framework.

.NET Framework
Available since 4.0
Return to top
Show: