GlyphTypeface.VendorUrls Egenskap

Definition

Hämtar leverantörens URL-information för GlyphTypeface objektet.

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)

Egenskapsvärde

Ett IDictionary<TKey,TValue> objekt som innehåller nyckel/värde-par som representerar leverantörs-URL-information. Nyckeln är ett CultureInfo objekt som identifierar kulturen. Värdet är en sträng som refererar till en leverantörs-URL.

Attribut

Kommentarer

En teckensnittsleverantör kan bädda in ett unikt serienummer i URL:en, som sedan kan användas för att registrera teckensnittet.

Gäller för