_FontsAndColors Interface
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
<GuidAttribute("256068F6-1ADD-4F7B-BA76-571314C413AD")> _
Public Interface _FontsAndColors
[GuidAttribute("256068F6-1ADD-4F7B-BA76-571314C413AD")]
public interface _FontsAndColors
[GuidAttribute(L"256068F6-1ADD-4F7B-BA76-571314C413AD")]
public interface class _FontsAndColors
[<GuidAttribute("256068F6-1ADD-4F7B-BA76-571314C413AD")>]
type _FontsAndColors = interface end
public interface _FontsAndColors
The _FontsAndColors type exposes the following members.
Properties
Name | Description | |
---|---|---|
FontCharacterSet | Infrastructure. Microsoft Internal Use Only. | |
FontFamily | Infrastructure. Microsoft Internal Use Only. | |
FontsAndColorsItems | Infrastructure. Microsoft Internal Use Only. | |
FontSize | Infrastructure. Microsoft Internal Use Only. |
Top