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.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ICollection<string> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of String)
public: virtual property ICollection<String^>^ Keys { ICollection<String^>^ get () sealed; }