Partager via


GlyphTypeface.DesignerNames Propriété

Définition

Obtient les informations relatives au concepteur pour l'objet 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)

Valeur de propriété

IDictionary<CultureInfo,String>

Un objet IDictionary<TKey,TValue> qui contient des paires clé/valeur qui représentent les informations relatives au concepteur. La clé est un objet CultureInfo qui identifie la culture. La valeur est une chaîne d'informations relatives au concepteur.

Attributs

S’applique à