Keys Property
From DTF API
Deployment Tools Foundation
Keys Property
Gets the collection of keys in the InstallPathMap. Depending on the type of InstallPathMap,
they are all directory, component, or file key strings.
| C# | Visual Basic | Visual C++ | F# |
public ICollection<string> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of String) Get
public: virtual property ICollection<String^>^ Keys { ICollection<String^>^ get () sealed; }
abstract Keys : ICollection<string> with get override Keys : ICollection<string> with get
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.11.1.2318)