GlyphTypeface.DesignerNames Vlastnost

Definice

Získá informace návrháře objektu 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)

Hodnota vlastnosti

IDictionary<CultureInfo,String>

Objekt IDictionary<TKey,TValue> , který obsahuje páry klíč/hodnota, které představují informace návrháře. Klíč je CultureInfo objekt, který identifikuje jazykovou verzi. Hodnota je informační řetězec návrháře.

Atributy

Platí pro