Compartir a través de


LocalMapTileDataSource.UriFormatString Propiedad

Definición

Obtiene o establece el formato del URI para capturar iconos de un origen local.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Formato del URI para capturar iconos de un origen local.

Se aplica a

Consulte también