次の方法で共有


MapStyleSheetEntries.RoadShield プロパティ

定義

道路のコンパクト名を表す標識の JSON エントリ名を取得します。 (例: I-5)。

public:
 static property Platform::String ^ RoadShield { Platform::String ^ get(); };
static winrt::hstring RoadShield();
public static string RoadShield { get; }
var string = MapStyleSheetEntries.roadShield;
Public Shared ReadOnly Property RoadShield As String

プロパティ値

String

Platform::String

winrt::hstring

道路のコンパクト名を表す標識の JSON エントリ名。 (例: I-5)。

適用対象