Deployment Tools Foundation
ContainsKey Method (key)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPathMap ► ContainsKey(String)
Tests whether a direcotry, component, or file key exists in the map.
Declaration Syntax
Parameters
- key (String)
- Depending on the type of InstallPathMap, this is the primary key from the either the Directory, Component, or File table.
Return Value
true if the key is found; false otherwise