Partager via


DropFormatAttribute, constructeur

Initialise une nouvelle instance de l'élément DropFormatAttribute contenant le format de déplacement spécifié.

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 Sub New ( _
    dropFormat As String _
)
public DropFormatAttribute(
    string dropFormat
)
public:
DropFormatAttribute(
    String^ dropFormat
)
new : 
        dropFormat:string -> DropFormatAttribute
public function DropFormatAttribute(
    dropFormat : String
)

Paramètres

  • dropFormat
    Type : String

    Format de déplacement.

Sécurité .NET Framework

Voir aussi

Référence

DropFormatAttribute Classe

Microsoft.VisualStudio.Text.Editor.DragDrop, espace de noms