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
true if the item is found; false otherwise