다음을 통해 공유


View.ContextMenuInfo 속성

정의

보기는 상황에 맞는 메뉴와 연결할 추가 정보가 있는 경우 이를 구현해야 합니다.

protected virtual Android.Views.IContextMenuContextMenuInfo? ContextMenuInfo { [Android.Runtime.Register("getContextMenuInfo", "()Landroid/view/ContextMenu$ContextMenuInfo;", "GetGetContextMenuInfoHandler")] get; }
[<get: Android.Runtime.Register("getContextMenuInfo", "()Landroid/view/ContextMenu$ContextMenuInfo;", "GetGetContextMenuInfoHandler")>]
member this.ContextMenuInfo : Android.Views.IContextMenuContextMenuInfo

속성 값

상황에 맞는 메뉴를 표시해야 하는 항목에 대한 추가 정보입니다. 이 정보는 보기의 여러 하위 클래스에 따라 달라집니다.

특성

설명

에 대한 android.view.View.getContextMenuInfo()Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상