GlyphTypeface.VersionStrings プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
フォントの "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 試みないでください。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET