GlyphTypeface.DesignerUrls プロパティ

定義

GlyphTypeface オブジェクトのデザイナーの URL 情報を取得します。

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

プロパティ値

デザイナー情報を表すキーと値のペアを格納する IDictionary<TKey,TValue> オブジェクト。 このキーは、カルチャーを識別する CultureInfo オブジェクトです。 値は、デザイナーの URL を参照する文字列です。

属性

適用対象