Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the new encoding.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public Property NewEncoding As Encoding
public Encoding NewEncoding { get; private set; }
public:
property Encoding^ NewEncoding {
Encoding^ get ();
private: void set (Encoding^ value);
}
member NewEncoding : Encoding with get, private set
function get NewEncoding () : Encoding
private function set NewEncoding (value : Encoding)
Property Value
Type: System.Text.Encoding
The new encoding.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.