共用方式為


GuidanceRoadSignpost.Exit 屬性

定義

取得在符號上寫入的文字。

注意

此 API 不適用於所有 Windows 應用程式。 除非您的開發人員帳戶是由 Microsoft 特別布建,否則呼叫此 API 會在運行時間失敗。 如需 Windows.Services.Maps.Guidance 命名空間的詳細資訊,請與您的Microsoft帳戶小組代表合作。

public:
 property Platform::String ^ Exit { Platform::String ^ get(); };
winrt::hstring Exit();
public string Exit { get; }
var string = guidanceRoadSignpost.exit;
Public ReadOnly Property Exit As String

屬性值

String

Platform::String

winrt::hstring

在符號上寫入的文字。 如果沒有可用的數據,這個值會傳回 null

適用於