Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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: 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.