XamlDataDrivenToolTask.ResponseFileEncoding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overridden to use UTF16, which works better than UTF8 for older versions of CL, LIB, etc.
protected:
virtual property System::Text::Encoding ^ ResponseFileEncoding { System::Text::Encoding ^ get(); };
protected override System.Text.Encoding ResponseFileEncoding { get; }
member this.ResponseFileEncoding : System.Text.Encoding
Protected Overrides ReadOnly Property ResponseFileEncoding As Encoding
Property Value
The response file encoding.