DropFormatAttribute.DropFormats, propriété
Obtient le format de déplacement.
Espace de noms : Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly : Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DropFormats As String
public string DropFormats { get; }
public:
property String^ DropFormats {
String^ get ();
}
member DropFormats : string with get
function get DropFormats () : String
Valeur de propriété
Type : String
Format de déplacement.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.