GraphDataObject.IsGraphData(IDataObject) 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.
Determines if the data object has a supported format
public:
static bool IsGraphData(System::Windows::IDataObject ^ data);
public static bool IsGraphData (System.Windows.IDataObject data);
static member IsGraphData : System.Windows.IDataObject -> bool
Public Shared Function IsGraphData (data As IDataObject) As Boolean
Parameters
- data
- IDataObject
The IDataObject to check
Returns
True if the data contains a supported format.