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

'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

.NET Framework Security

See Also

Reference

DropFormatAttribute Class

Microsoft.VisualStudio.Text.Editor.DragDrop Namespace