VCPropertySheet.CharacterSet Property

Definition

Gets or sets a value specifying the character set for the compiler to use.

public:
 property Microsoft::VisualStudio::VCProjectEngine::charSet CharacterSet { Microsoft::VisualStudio::VCProjectEngine::charSet get(); void set(Microsoft::VisualStudio::VCProjectEngine::charSet value); };
public:
 property Microsoft::VisualStudio::VCProjectEngine::charSet CharacterSet { Microsoft::VisualStudio::VCProjectEngine::charSet get(); void set(Microsoft::VisualStudio::VCProjectEngine::charSet value); };
[System.Runtime.InteropServices.DispId(739)]
public Microsoft.VisualStudio.VCProjectEngine.charSet CharacterSet { [System.Runtime.InteropServices.DispId(739)] get; [System.Runtime.InteropServices.DispId(739)] set; }
[<System.Runtime.InteropServices.DispId(739)>]
[<get: System.Runtime.InteropServices.DispId(739)>]
[<set: System.Runtime.InteropServices.DispId(739)>]
member this.CharacterSet : Microsoft.VisualStudio.VCProjectEngine.charSet with get, set
Public Property CharacterSet As charSet

Property Value

The character set for the compiler to use.

Attributes

Remarks

Use the charSet enumeration to change the value of this property.

Applies to