IUIDragDropSession.HasConformingItems(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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