MapStyleSheet.TryParseFromJson(String, MapStyleSheet) Metodo

Definizione

Crea il foglio di stile analizzando una stringa di markup JSON che definisce un set di regole personalizzate.

public:
 static bool TryParseFromJson(Platform::String ^ styleAsJson, [Out] MapStyleSheet ^ & styleSheet);
 static bool TryParseFromJson(winrt::hstring const& styleAsJson, [Out] MapStyleSheet const& & styleSheet);
public static bool TryParseFromJson(string styleAsJson, out MapStyleSheet styleSheet);
Public Shared Function TryParseFromJson (styleAsJson As String, ByRef styleSheet As MapStyleSheet) As Boolean

Parametri

styleAsJson
String

Platform::String

winrt::hstring

Stringa di markup JSON che definisce un set di regole personalizzate.

styleSheet
MapStyleSheet

MapStyleSheet che rappresenterà le regole definite nella stringa di markup JSON.

Restituisce

Boolean

bool

true se l'operazione è stata completata correttamente; in caso contrario, false.

Commenti

Per altre informazioni sulle proprietà che è possibile usare nella stringa JSON per definire gli stili, vedere Riferimento al foglio di stile mappa.

Se si verifica un errore nella stringa di markup JSON, questo metodo non genera un'eccezione. Restituisce invece false.

Si applica a