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
- 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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DragDropOrCopyPasteEventArgs Classe
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms