DragDropHelper::DataObjectHasString Method (IDataObject^)

 

Determines whether the data object contains one of the recognized strings data formats

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static bool DataObjectHasString(
	IDataObject^ source
)

Parameters

source
Type: System.Windows::IDataObject^

The data object.

Return Value

Type: System::Boolean

true if the data object contains a recognized data format, otherwise false.

Return to top
Show: