GlyphTypeface.VersionStrings Vlastnost

Definice

Získá informace o řetězci verze objektu GlyphTypeface interpretovaného z tabulky 'NAME' písma.

public:
 property System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ VersionStrings { System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> VersionStrings { [System.Security.SecurityCritical] get; }
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> VersionStrings { get; }
[<get: System.Security.SecurityCritical>]
member this.VersionStrings : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
member this.VersionStrings : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
Public ReadOnly Property VersionStrings As IDictionary(Of CultureInfo, String)

Hodnota vlastnosti

IDictionary<CultureInfo,String>

Objekt IDictionary<TKey,TValue> , který obsahuje páry klíč/hodnota, které představují informace o řetězci verze. Klíč je CultureInfo objekt, který identifikuje jazykovou verzi. Hodnota je řetězec, který představuje verzi.

Atributy

Poznámky

Řetězce verzí se výrazně liší ve formátu. Chcete-li získat verzi jako číselnou hodnotu, použijte příkaz Version - nepokoušejte se analyzovat hodnotu VersionStrings vlastnosti.

Platí pro