Files Property

DTF API

Copy image CopyHover image
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++ F#
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 ();
}
member Files : IDictionary<string, string> with get
Property Value
IDictionary<(Of <(<'String, String>)>)>
A mapping from internal file paths to external file paths.
Remarks

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)