Delen via


DragDropOrCopyPasteEventArgs.Context Property

Gets or sets the context for the operation.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Property Context As DragDropOrCopyPasteContext
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)

Property Value

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

Remarks

This object provides details about which files were moved or copied.

.NET Framework Security

See Also

Reference

DragDropOrCopyPasteEventArgs Class

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace