DragDropOrCopyPasteEventArgs.Context (Propiedad)

Obtiene o establece el contexto de la operación.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

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

Comentarios

Este objeto proporciona detalles sobre los archivos que se movieron o se copiaron.

Seguridad de .NET Framework

Vea también

Referencia

DragDropOrCopyPasteEventArgs Clase

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)