Share via


DragDropOrCopyPasteContext.CopiedFiles Property

Gets a list of files that were copied 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 CopiedFiles As Dictionary(Of String, String)
    Get
'Usage
Dim instance As DragDropOrCopyPasteContext
Dim value As Dictionary(Of String, String)

value = instance.CopiedFiles
public Dictionary<string, string> CopiedFiles { get; }
public:
property Dictionary<String^, String^>^ CopiedFiles {
    Dictionary<String^, String^>^ get ();
}
function get CopiedFiles () : Dictionary<String, String>
member CopiedFiles : 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