Contains Method (component)

Microsoft Deployment Tools

Deployment Tools Foundation Contains Method (component)
Checks if the collection contains a component.
Declaration Syntax
C# Visual Basic Visual C++
public bool Contains(
	string component
)
Public Function Contains ( _
	component As String _
) As Boolean
public:
bool Contains(
	String^ component
)
Parameters
component (String)
name of the component
Return Value
true if the component is in the collection, else false

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)