GlyphTypeface.DesignerNames Eigenschaft

Definition

Ruft die Designerinformationen für das GlyphTypeface-Objekt ab.

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)

Eigenschaftswert

IDictionary<CultureInfo,String>

Ein IDictionary<TKey,TValue>-Objekt, das Schlüssel-Wert-Paare enthält, die Designerinformationen darstellen. Der Schlüssel ist ein CultureInfo-Objekt, das die Kultur angibt. Der Wert ist eine Zeichenfolge mit Designerinformationen.

Attribute

Gilt für