GlyphTypeface.Descriptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the description information for the GlyphTypeface object.
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)
Property Value
An IDictionary<TKey,TValue> object that contains key/value pairs The key is a CultureInfo object that identifies the culture. The value is a description information string.
- Attributes
Remarks
The description information for a GlyphTypeface object can include revision notes, usage recommendations, history, features, as well as other information.