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) Get
public: property IDictionary<String^, String^>^ Files { IDictionary<String^, String^>^ get (); }
Property Value
Remarks
For details about how the files mapping is used,
see OpenFileReadStream(String, FileAttributes%, DateTime%) and OpenFileWriteStream(String, Int64, DateTime).
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)