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.Preserve(Conditional=true)]
public bool HasConformingItems (string[] typeIdentifiers);
abstract member HasConformingItems : string[] -> bool

Parameters

typeIdentifiers
String[]

The type identifiers to check.

Returns

Attributes

Applies to