Contains Method (feature)

Microsoft Deployment Tools

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

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