DropFormatAttribute Constructor (String^)

 

Initializes a new instance of DropFormatAttribute with the specified drop format.

Namespace:   Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
DropFormatAttribute(
	String^ dropFormat
)

Parameters

dropFormat
Type: System::String^

The drop format.

Return to top
Show: