Share via


IUIDragDropSession.HasConformingItems(String[]) Method

Definition

TReturns a Boolean value that tells whether the session contains at least one item that is described by any of the specified type identifiers.

[Foundation.Export("hasItemsConformingToTypeIdentifiers:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool HasConformingItems(string[] typeIdentifiers);
[<Foundation.Export("hasItemsConformingToTypeIdentifiers:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member HasConformingItems : string[] -> bool
override this.HasConformingItems : string[] -> bool

Parameters

typeIdentifiers
String[]

The type identifiers to check.

Returns

Attributes

Applies to