Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value specifying the character set for the compiler to use.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property CharacterSet As charSet
Get
Set
charSet CharacterSet { get; set; }
property charSet CharacterSet {
charSet get ();
void set (charSet value);
}
abstract CharacterSet : charSet with get, set
function get CharacterSet () : charSet
function set CharacterSet (value : charSet)
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine.charSet
The character set for the compiler to use.
Remarks
Use the charSet enumeration to change the value of this property.
.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.