GlyphTypeface.Trademarks プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
GlyphTypeface オブジェクトの商標情報を取得します。
public:
property System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ Trademarks { System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> Trademarks { [System.Security.SecurityCritical] get; }
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> Trademarks { get; }
[<get: System.Security.SecurityCritical>]
member this.Trademarks : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
member this.Trademarks : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
Public ReadOnly Property Trademarks As IDictionary(Of CultureInfo, String)
プロパティ値
商標情報を表すキーと値のペアを格納する IDictionary<TKey,TValue> オブジェクト。 このキーは、カルチャーを識別する CultureInfo オブジェクトです。 値は商標情報の文字列です。
- 属性
注釈
プロパティは Trademarks 、プロパティがアクセスする著作権情報とは別です Copyrights 。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET