次の方法で共有


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) ドラッグ状態を管理する必要があります。

適用対象