Freigeben über


DragDropOrCopyPasteContext.MovedFiles-Eigenschaft

Ruft die Liste der Dateien ab, die während des Vorgangs verschoben wurden.

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)
    Get
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>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

DragDropOrCopyPasteContext Klasse

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