DropFormatAttribute Constructor
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)
Syntax
'Декларация
Public Sub New ( _
dropFormat As String _
)
public DropFormatAttribute(
string dropFormat
)
public:
DropFormatAttribute(
String^ dropFormat
)
new :
dropFormat:string -> DropFormatAttribute
public function DropFormatAttribute(
dropFormat : String
)
Parameters
- dropFormat
Type: System.String
The drop format.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.