WindowTabIcon.CreateFromFontGlyph Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CreateFromFontGlyph(String, String) |
Erstellt ein Symbol aus der bereitgestellten Glyphen- und Schriftfamilie. |
CreateFromFontGlyph(String, String, Uri) |
Erstellt ein Symbol aus der bereitgestellten Glyphe, der Schriftartfamilie und dem Schriftart-URI. |
CreateFromFontGlyph(String, String)
Erstellt ein Symbol aus der bereitgestellten Glyphen- und Schriftfamilie.
public:
static WindowTabIcon ^ CreateFromFontGlyph(Platform::String ^ glyph, Platform::String ^ fontFamily);
/// [Windows.Foundation.Metadata.Overload("CreateFromFontGlyph")]
static WindowTabIcon CreateFromFontGlyph(winrt::hstring const& glyph, winrt::hstring const& fontFamily);
[Windows.Foundation.Metadata.Overload("CreateFromFontGlyph")]
public static WindowTabIcon CreateFromFontGlyph(string glyph, string fontFamily);
function createFromFontGlyph(glyph, fontFamily)
Public Shared Function CreateFromFontGlyph (glyph As String, fontFamily As String) As WindowTabIcon
Parameter
- glyph
-
String
Platform::String
winrt::hstring
Der Zeichencode, der die Symbol-Glyphe identifiziert.
- fontFamily
-
String
Platform::String
winrt::hstring
Die Schriftart, die zum Anzeigen der Symbol-Glyphe verwendet wird.
Gibt zurück
Das Symbol, das aus der Schriftart-Glyphe erstellt wurde.
- Attribute
Hinweise
Wichtig
Diese API gilt nur für Win32-Desktop-Apps. UWP und andere App-Typen werden nicht unterstützt.
Gilt für:
CreateFromFontGlyph(String, String, Uri)
Erstellt ein Symbol aus der bereitgestellten Glyphe, der Schriftartfamilie und dem Schriftart-URI.
public:
static WindowTabIcon ^ CreateFromFontGlyph(Platform::String ^ glyph, Platform::String ^ fontFamily, Uri ^ fontUri);
/// [Windows.Foundation.Metadata.Overload("CreateFromFontGlyphWithUri")]
static WindowTabIcon CreateFromFontGlyph(winrt::hstring const& glyph, winrt::hstring const& fontFamily, Uri const& fontUri);
[Windows.Foundation.Metadata.Overload("CreateFromFontGlyphWithUri")]
public static WindowTabIcon CreateFromFontGlyph(string glyph, string fontFamily, System.Uri fontUri);
function createFromFontGlyph(glyph, fontFamily, fontUri)
Public Shared Function CreateFromFontGlyph (glyph As String, fontFamily As String, fontUri As Uri) As WindowTabIcon
Parameter
- glyph
-
String
Platform::String
winrt::hstring
Der Zeichencode, der die Symbol-Glyphe identifiziert.
- fontFamily
-
String
Platform::String
winrt::hstring
Die Schriftart, die zum Anzeigen der Symbol-Glyphe verwendet wird.
Gibt zurück
Das Symbol, das aus der Schriftart-Glyphe erstellt wurde.
- Attribute
Hinweise
Wichtig
Diese API gilt nur für Win32-Desktop-Apps. UWP und andere App-Typen werden nicht unterstützt.