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
'Dichiarazione
Public ReadOnly Property DropFormats As String
Get
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
- 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.