Deployment Tools Foundation
Contains Method (item)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPathCollection ► Contains(InstallPath)
Tests if the collection contains a child path.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool Contains( InstallPath item )
Public Function Contains ( item As InstallPath ) As Boolean
public: virtual bool Contains( InstallPath^ item ) sealed
Parameters
- item (InstallPath)
- The InstallPath to search for.
Return Value
Boolean
true if the item is found; false otherwise
true if the item is found; false otherwise
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.9.1006.0)