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 or sets the encoding that persists the document.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'Declaration
Public Overridable Property Encoding As Encoding
'Usage
Dim instance As DocData
Dim value As Encoding
value = instance.Encoding
instance.Encoding = value
public virtual Encoding Encoding { get; set; }
public:
virtual property Encoding^ Encoding {
Encoding^ get ();
void set (Encoding^ value);
}
public function get Encoding () : Encoding
public function set Encoding (value : Encoding)
Property Value
Type: System.Text.Encoding
The encoding that persists the document.
.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.