Lingua

GlyphTypeface.DesignerNames Proprietà

Definizione

Ottiene le informazioni della finestra di progettazione per l'oggetto 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)

Valore della proprietà

Oggetto IDictionary<TKey,TValue> che contiene coppie chiave/valore che rappresentano le informazioni della finestra di progettazione. La chiave è un CultureInfo oggetto che identifica le impostazioni cultura. Il valore è una stringa di informazioni della finestra di progettazione.

Attributi

Si applica a