VCPropertySheet.FileEncoding Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property FileEncoding As String
    Get
    Set
string FileEncoding { get; set; }
property String^ FileEncoding {
    String^ get ();
    void set (String^ value);
}
abstract FileEncoding : string with get, set
function get FileEncoding () : String
function set FileEncoding (value : String)

Property Value

Type: System.String
A string.

.NET Framework Security

See Also

Reference

VCPropertySheet Interface

Microsoft.VisualStudio.VCProjectEngine Namespace