UIPasteboard.Contains 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Contains(String[], NSIndexSet) |
itemSet에 지정된 붙여넣기 요소에 지정된 pasteboardTypes의 데이터가 포함되어 있는지 여부입니다. |
Contains(String[]) |
이 UIPasteBoard에 지정된 형식의 데이터가 있는지 여부입니다. |
Contains(String[], NSIndexSet)
itemSet에 지정된 붙여넣기 요소에 지정된 pasteboardTypes의 데이터가 포함되어 있는지 여부입니다.
[Foundation.Export("containsPasteboardTypes:inItemSet:")]
public virtual bool Contains (string[] pasteboardTypes, Foundation.NSIndexSet itemSet);
abstract member Contains : string[] * Foundation.NSIndexSet -> bool
override this.Contains : string[] * Foundation.NSIndexSet -> bool
매개 변수
- pasteboardTypes
- String[]
반환
True이면 붙여넣기 요소 중 하나에 지정된 붙여넣기 유형이 있습니다.
- 특성
적용 대상
Contains(String[])
이 UIPasteBoard에 지정된 형식의 데이터가 있는지 여부입니다.
[Foundation.Export("containsPasteboardTypes:")]
public virtual bool Contains (string[] pasteboardTypes);
abstract member Contains : string[] -> bool
override this.Contains : string[] -> bool
매개 변수
- pasteboardTypes
- String[]
검색할 붙여넣기 유형입니다.
반환
- 특성