DragDropOrCopyPasteContext.MovedFiles, propriété
Obtient la liste des fichiers déplacé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 MovedFiles As Dictionary(Of String, String)
Get
public Dictionary<string, string> MovedFiles { get; }
public:
property Dictionary<String^, String^>^ MovedFiles {
Dictionary<String^, String^>^ get ();
}
member MovedFiles : Dictionary<string, string>
function get MovedFiles () : 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