共用方式為


MKAnnotationView.DragState 屬性

定義

取得或設定注釋檢視的拖曳狀態。

[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) 版本來管理拖曳狀態。

適用於