View.ImportantForContentCapture 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 보기가 콘텐츠 캡처에 중요한지 여부를 결정하는 모드를 가져옵니다. -또는- 이 보기가 콘텐츠 캡처에 중요한 것으로 간주되는지 여부를 결정하는 모드를 설정합니다.
public virtual int ImportantForContentCapture { [Android.Runtime.Register("getImportantForContentCapture", "()I", "GetGetImportantForContentCaptureHandler", ApiSince=30)] get; [Android.Runtime.Register("setImportantForContentCapture", "(I)V", "GetSetImportantForContentCapture_IHandler", ApiSince=30)] set; }
[<get: Android.Runtime.Register("getImportantForContentCapture", "()I", "GetGetImportantForContentCaptureHandler", ApiSince=30)>]
[<set: Android.Runtime.Register("setImportantForContentCapture", "(I)V", "GetSetImportantForContentCapture_IHandler", ApiSince=30)>]
member this.ImportantForContentCapture : int with get, set
속성 값
#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO
기본적으로 .#setImportantForContentCapture(int)
- 특성
설명
속성 getter 설명서:
이 보기가 콘텐츠 캡처에 중요한지 여부를 결정하는 모드를 가져옵니다.
이 모드에 대한 자세한 내용은 참조 #setImportantForContentCapture(int)
하세요 #isImportantForContentCapture()
.
에 대한 android.view.View.getImportantForContentCapture()
Java 설명서
속성 setter 설명서:
이 보기가 콘텐츠 캡처에 중요한 것으로 간주되는지 여부를 결정하는 모드를 설정합니다.
플랫폼은 자동 채우기의 중요도를 자동으로 결정하지만 이 메서드를 사용하여 동작을 사용자 지정할 수 있습니다. 일반적으로 텍스트를 제공하는 뷰는 다음과 같이 #IMPORTANT_FOR_CONTENT_CAPTURE_YES
표시되어야 합니다.
에 대한 android.view.View.setImportantForContentCapture(int)
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.