Share via


DragDropOrCopyPasteContext.MovedFiles Property

Gets the list of files that were moved during 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 ReadOnly Property MovedFiles As Dictionary(Of String, String)
public Dictionary<string, string> MovedFiles { get; }
public:
property Dictionary<String^, String^>^ MovedFiles {
    Dictionary<String^, String^>^ get ();
}
member MovedFiles : Dictionary<string, string>
function get MovedFiles () : Dictionary<String, String>

Property Value

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

.NET Framework Security

See Also

Reference

DragDropOrCopyPasteContext Class

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