Freigeben über


DropFormatAttribute(String) Constructor

Definition

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.

Applies to