ResXResourceWriter Constructor (TextWriter^, Func<Type^, String^>^)

.NET Framework (current version)
 

Initializes a new instance of the ResXResourceWriter class that writes the resources to a specified TextWriter object and sets a delegate that enables resource assemblies to be written that target versions of the .NET Framework before the .NET Framework 4 by using qualified assembly names.

Namespace:   System.Resources
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
ResXResourceWriter(
	TextWriter^ textWriter,
	Func<Type^, String^>^ typeNameConverter
)

Parameters

textWriter
Type: System.IO::TextWriter^

The object to send output to.

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

The delegate that is used to target earlier versions of the .NET Framework.

Visual Studio and MSBuild use this constructor when you create resources for an application that target versions of the .NET Framework before the .NET Framework 4.

.NET Framework
Available since 4.0
Return to top
Show: