Partilhar via


Propriedade DragDropOrCopyPasteEventArgs.Context

Obtém ou define o contexto para a operação.

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

Sintaxe

'Declaração
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 propriedade

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

Comentários

Este objeto fornece detalhes sobre quais arquivos foram movidos ou copiados.

Segurança do .NET Framework

Consulte também

Referência

DragDropOrCopyPasteEventArgs Classe

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