Partager via


DragDropOrCopyPasteContext.CopiedFiles, propriété

Obtient la liste des fichiers copiés pendant l'opération.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

DragDropOrCopyPasteContext Classe

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms