IVsTextEditFonts.FontFamily-Eigenschaft

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
Property FontFamily As String
string FontFamily { get; set; }
property String^ FontFamily {
    String^ get ();
    void set (String^ value);
}
abstract FontFamily : string with get, set
function get FontFamily () : String
function set FontFamily (value : String)

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextEditFonts Schnittstelle

EnvDTE-Namespace