Map.IsShowingUser 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示地圖是否顯示此裝置目前位置的指標。 預設值為 false
這是可系結的屬性。
public:
property bool IsShowingUser { bool get(); void set(bool value); };
public bool IsShowingUser { get; set; }
member this.IsShowingUser : bool with get, set
Public Property IsShowingUser As Boolean
屬性值
備註
視平臺而定,可能需要要求運行時間許可權來判斷裝置的目前位置。