_FontsAndColors.FontCharacterSet Property

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

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Property FontCharacterSet As vsFontCharSet
vsFontCharSet FontCharacterSet { get; set; }
property vsFontCharSet FontCharacterSet {
    vsFontCharSet get ();
    void set (vsFontCharSet value);
}
abstract FontCharacterSet : vsFontCharSet with get, set
function get FontCharacterSet () : vsFontCharSet
function set FontCharacterSet (value : vsFontCharSet)

Property Value

Type: EnvDTE.vsFontCharSet
The vsFontCharSet object.

.NET Framework Security

See Also

Reference

_FontsAndColors Interface

EnvDTE Namespace