Share via


DragDropOrCopyPasteContext.CopiedFiles Property

Gets the list of files that were copied 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 CopiedFiles As Dictionary(Of String, String)
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>

Property Value

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

.NET Framework Security

See Also

Reference

DragDropOrCopyPasteContext Class

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