Partager via


DragDropOrCopyPasteEventArgs.Context, propriété

Obtient ou définit le contexte pour l'opération

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Property Context As DragDropOrCopyPasteContext
    Get
    Private Set
public DragDropOrCopyPasteContext Context { get; private set; }
public:
property DragDropOrCopyPasteContext^ Context {
    DragDropOrCopyPasteContext^ get ();
    private: void set (DragDropOrCopyPasteContext^ value);
}
member Context : DragDropOrCopyPasteContext with get, private set
function get Context () : DragDropOrCopyPasteContext
private function set Context (value : DragDropOrCopyPasteContext)

Valeur de propriété

Type : Microsoft.VisualStudio.Data.Schema.Package.Project.DragDropOrCopyPasteContext

Notes

Cet objet fournit des détails sur les fichiers qui ont été déplacés ou copiés.

Sécurité .NET Framework

Voir aussi

Référence

DragDropOrCopyPasteEventArgs Classe

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms