Share via


DropFormatAttribute.DropFormats Property

Gets the drop format.

Namespace:  Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public ReadOnly Property DropFormats As String
public string DropFormats { get; }
public:
property String^ DropFormats {
    String^ get ();
}
member DropFormats : string
function get DropFormats () : String

Property Value

Type: System.String
The drop format.

.NET Framework Security

See Also

Reference

DropFormatAttribute Class

Microsoft.VisualStudio.Text.Editor.DragDrop Namespace