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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DragDropOrCopyPasteContext Classe
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms