GlyphTypeface.DesignerNames 屬性

定義

取得 GlyphTypeface 物件的設計工具資訊。

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

屬性值

IDictionary<CultureInfo,String>

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

屬性

適用於