GlyphTypeface.Trademarks Vlastnost

Definice

Získá informace o ochranné známce GlyphTypeface pro objekt.

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

Hodnota vlastnosti

Objekt IDictionary<TKey,TValue> , který obsahuje páry klíč/hodnota, které představují informace o oznámení o ochranné známce. Klíč je CultureInfo objekt, který identifikuje jazykovou verzi. Hodnota je řetězec, který obsahuje informace o ochranné známce.

Atributy

Poznámky

Vlastnost Trademarks je oddělená od informací o autorských právech, ke kterým Copyrights má vlastnost přístup.

Platí pro