Deployment Tools Foundation
Directories Property
Gets a mapping from Directory keys to source/target paths.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public InstallPathMap Directories { get; }
Public ReadOnly Property Directories As InstallPathMap Get
public: property InstallPathMap^ Directories { InstallPathMap^ get (); }
member Directories : InstallPathMap with get
Property Value
Remarks
If the Directory table is modified, this mapping
will be outdated until you call UpdateDirectories()()()().
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.11.1.2318)