GlyphTypeface.VersionStrings 屬性

定義

取得透過字型 'NAME' 表格解譯之 GlyphTypeface 物件的版本字串資訊。

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)

屬性值

IDictionary<TKey,TValue> 物件,包含表示版本字串資訊的索引鍵值組。 索引鍵是可識別文化特性的 CultureInfo 物件。 這個值是表示版本的字串。

屬性

備註

版本字串的格式明顯不同。 若要取得版本做為數值,請使用 Version - 請勿嘗試剖析 屬性的值 VersionStrings

適用於