다음을 통해 공유


UIPasteboard.Contains 메서드

정의

오버로드

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[]
itemSet
NSIndexSet

검색하려는 붙여넣기에서 요소의 인덱스 또는 모든 요소를 검색할 null입니다.

이 매개 변수는 null일 수 있습니다.

반환

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[]

검색할 붙여넣기 유형입니다.

반환

특성

적용 대상