LocalMapTileDataSource.UriFormatString Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
Format de l’URI pour extraire des vignettes à partir d’une source locale.