Deployment Tools Foundation
Contains Method (item)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► CustomActionData ► Contains(KeyValuePair<(Of <<'(String, String>)>>))
Determines whether the data contains a specified item.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public bool Contains( KeyValuePair<string, string> item )
Public Function Contains ( item As KeyValuePair(Of String, String) ) As Boolean
public: virtual bool Contains( KeyValuePair<String^, String^> item ) sealed
Parameters
- item (KeyValuePair<(Of <(<'String, String>)>)>)
- The data item to locate.
Return Value
Boolean
true if the data contains the item; otherwise, false
true if the data contains the item; otherwise, false
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)