DropFormatAttribute(String) Constructor
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.
Initializes a new instance of DropFormatAttribute with the specified drop format.
public:
DropFormatAttribute(System::String ^ dropFormat);
public:
DropFormatAttribute(Platform::String ^ dropFormat);
DropFormatAttribute(std::wstring const & dropFormat);
public DropFormatAttribute (string dropFormat);
new Microsoft.VisualStudio.Text.Editor.DragDrop.DropFormatAttribute : string -> Microsoft.VisualStudio.Text.Editor.DragDrop.DropFormatAttribute
Public Sub New (dropFormat As String)
Parameters
- dropFormat
- String
The drop format.