Condividi tramite


LocalMapTileDataSource.UriFormatString Proprietà

Definizione

Ottiene o imposta il formato dell'URI per il recupero di riquadri da un'origine 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

Valore della proprietà

String

Platform::String

winrt::hstring

Formato dell'URI per il recupero di riquadri da un'origine locale.

Si applica a

Vedi anche