GeoCoordinateWatcher.Stop 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讓 GeoCoordinateWatcher 停止提供位置資料和事件。
public:
virtual void Stop();
public void Stop ();
abstract member Stop : unit -> unit
override this.Stop : unit -> unit
Public Sub Stop ()
實作
備註
呼叫 之後 Stop ,不會再發生任何 PositionChanged 事件,而且 Position 屬性會傳回 Unknown。
呼叫 時 Stop , Status 屬性會設定為 Disabled。