Deployment Tools Foundation
Files Property
Gets or sets the mapping from internal file paths to external file paths.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IDictionary<string, string> Files { get; }
Public ReadOnly Property Files As IDictionary(Of String, String)
public: property IDictionary<String^, String^>^ Files { IDictionary<String^, String^>^ get (); }
Value
A mapping from internal file paths to external file paths.
Remarks
For details about how the files mapping is used,
see OpenFileReadStream(String, FileAttributes%, DateTime%) and OpenFileWriteStream(String, Int64, DateTime).