GlyphTypeface.Descriptions Vlastnost

Definice

Získá informace o popisu objektu GlyphTypeface .

public:
 property System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ Descriptions { System::Collections::Generic::IDictionary<System::Globalization::CultureInfo ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> Descriptions { [System.Security.SecurityCritical] get; }
public System.Collections.Generic.IDictionary<System.Globalization.CultureInfo,string> Descriptions { get; }
[<get: System.Security.SecurityCritical>]
member this.Descriptions : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
member this.Descriptions : System.Collections.Generic.IDictionary<System.Globalization.CultureInfo, string>
Public ReadOnly Property Descriptions As IDictionary(Of CultureInfo, String)

Hodnota vlastnosti

IDictionary<CultureInfo,String>

Objekt IDictionary<TKey,TValue> , který obsahuje páry klíč/hodnota Klíč je CultureInfo objekt, který identifikuje jazykovou verzi. Hodnota je řetězec informací o popisu.

Atributy

Poznámky

Informace o popisu objektu GlyphTypeface můžou zahrnovat poznámky k revizi, doporučení k používání, historii, funkce a další informace.

Platí pro

Viz také