_FontsAndColors-Schnittstelle
Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.
Nur für die interne Verwendung durch Microsoft vorgesehen.
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
Der _FontsAndColors-Typ macht die folgenden Member verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
FontCharacterSet | Infrastruktur. Nur für die interne Verwendung durch Microsoft vorgesehen. | |
FontFamily | Infrastruktur. Nur für die interne Verwendung durch Microsoft vorgesehen. | |
FontsAndColorsItems | Infrastruktur. Nur für die interne Verwendung durch Microsoft vorgesehen. | |
FontSize | Infrastruktur. Nur für die interne Verwendung durch Microsoft vorgesehen. |
Zum Seitenanfang