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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DragDropOrCopyPasteContext Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace