IDataObject.

Contains(string) Method

Summary

Checks whether a given DataFormat is present in this object
Namespace
Avalonia.Input
Containing Type
IDataObject

Syntax

bool Contains(string dataFormat)

Parameters

Name Type Description
dataFormat string

Return Value

Type Description
bool

See Also