Condividi tramite


GlyphTypeface.DesignerNames Proprietà

Definizione

Ottiene le informazioni sulla 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à

IDictionary<CultureInfo,String>

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

Attributi

Si applica a