DragDropHelper::GetStringFromDataObject Method (IDataObject^)
Visual Studio 2015
Try to extract a string from the specified IDataObject.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- source
-
Type:
System.Windows::IDataObject^
The data object.
Return Value
Type: System::String^Returns the string if the data object contains one of the recognized strings data formats, otherwise returns null.
Show: