DragDropOrCopyPasteContext.CopiedFiles-Eigenschaft

Ruft die Liste der Dateien ab, die während des Vorgangs kopiert 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 CopiedFiles As Dictionary(Of String, String)
    Get
public Dictionary<string, string> CopiedFiles { get; }
public:
property Dictionary<String^, String^>^ CopiedFiles {
    Dictionary<String^, String^>^ get ();
}
member CopiedFiles : Dictionary<string, string>
function get CopiedFiles () : 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