VCPropertySheet.CharacterSet Property

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

声明
Property CharacterSet As charSet
用法
Dim instance As VCPropertySheet
Dim value As charSet

value = instance.CharacterSet

instance.CharacterSet = value
charSet CharacterSet { get; set; }
property charSet CharacterSet {
    charSet get ();
    void set (charSet value);
}
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.

Permissions

See Also

Reference

VCPropertySheet Interface

VCPropertySheet Members

Microsoft.VisualStudio.VCProjectEngine Namespace