DragDropOrCopyPasteContext.MovedFiles – vlastnost
Získá seznam souborů, které byly přesunuty během operace.
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Project
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
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>
Hodnota vlastnosti
Typ: System.Collections.Generic.Dictionary<String, String>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
DragDropOrCopyPasteContext Třída
Microsoft.VisualStudio.Data.Schema.Package.Project – obor názvů