共用方式為


MapStyleSheet.TryParseFromJson(String, MapStyleSheet) 方法

定義

剖析定義一組自訂規則的 JSON 標記字串,以建立樣式表單。

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

參數

styleAsJson
String

Platform::String

winrt::hstring

定義一組自訂規則的 JSON 標記字串。

styleSheet
MapStyleSheet

MapStyleSheet,代表 JSON 標記字串中定義的規則。

傳回

Boolean

bool

如果作業成功完成,則為true;否則為false

備註

若要深入瞭解 JSON 字串中可用來定義樣式的屬性,請參閱 地圖樣式表單參考

如果 JSON 標記字串中有錯誤,這個方法不會擲回例外狀況。 相反地,它會傳回 false

適用於