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++ | F# |
public bool Contains( InstallPath item )
Public Function Contains ( item As InstallPath ) As Boolean
public: virtual bool Contains( InstallPath^ item ) sealed
abstract Contains : item : InstallPath -> bool override Contains : item : InstallPath -> bool
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.11.1.2318)