GlyphTypeface.VendorUrls Vlastnost

Definice

Získá informace o adrese URL dodavatele objektu GlyphTypeface .

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

Hodnota vlastnosti

IDictionary<CultureInfo,String>

Objekt IDictionary<TKey,TValue> , který obsahuje páry klíč/hodnota, které představují informace o adrese URL dodavatele. Klíč je CultureInfo objekt, který identifikuje jazykovou verzi. Hodnota je řetězec, který odkazuje na adresu URL dodavatele.

Atributy

Poznámky

Dodavatel písma může do adresy URL vložit jedinečné sériové číslo, které se pak dá použít k registraci písma.

Platí pro