Partager via


LocalMapTileDataSource.UriFormatString Propriété

Définition

Obtient ou définit le format de l’URI pour extraire des vignettes à partir d’une source locale.

public:
 property Platform::String ^ UriFormatString { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring UriFormatString();

void UriFormatString(winrt::hstring value);
public string UriFormatString { get; set; }
var string = localMapTileDataSource.uriFormatString;
localMapTileDataSource.uriFormatString = string;
Public Property UriFormatString As String

Valeur de propriété

String

Platform::String

winrt::hstring

Format de l’URI pour extraire des vignettes à partir d’une source locale.

S’applique à

Voir aussi