_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
- 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.