MKAnnotationView.DragState 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定注釋檢視的拖曳狀態。
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual MapKit.MKAnnotationViewDragState DragState { [Foundation.Export("dragState")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setDragState:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.DragState : MapKit.MKAnnotationViewDragState with get, set
屬性值
- 屬性
備註
開發人員不應該針對將在 iOS 4.1 或更新版本上執行的應用程式設定此屬性。 開發人員應該改為使用這些 SetDragState(MKAnnotationViewDragState, Boolean) 版本來管理拖曳狀態。