GlyphTypeface.LicenseDescriptions Eigenschaft

Definition

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

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

Eigenschaftswert

IDictionary<CultureInfo,String>

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

Attribute

Gilt für