DragDropOrCopyPasteContext.MovedFiles Property

Gets a list of files that were moved during the copy and paste or drag and drop operation.

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

Syntax

'Declaration
Public ReadOnly Property MovedFiles As Dictionary(Of String, String)
    Get
'Usage
Dim instance As DragDropOrCopyPasteContext
Dim value As Dictionary(Of String, String)

value = instance.MovedFiles
public Dictionary<string, string> MovedFiles { get; }
public:
property Dictionary<String^, String^>^ MovedFiles {
    Dictionary<String^, String^>^ get ();
}
function get MovedFiles () : Dictionary<String, String>
member MovedFiles : Dictionary<string, string>

Property Value

Type: System.Collections.Generic.Dictionary<String, String>

.NET Framework Security

See Also

Reference

DragDropOrCopyPasteContext Class

DragDropOrCopyPasteContext Members

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