ViewDescriptionCollection.Contains Method (ViewDescription)
Determines whether a specific ViewDescription object is in the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public bool Contains(
ViewDescription item
)
public:
bool Contains(
ViewDescription^ item
)
member Contains :
item:ViewDescription -> bool
Public Function Contains (
item As ViewDescription
) As Boolean
Parameters
item
Type: Microsoft.ManagementConsole.ViewDescriptionThe view description object to locate in the collection.
Return Value
Type: System.Boolean
If the view description object is in the collection, this value is true; otherwise, false.
See Also
Contains Overload
ViewDescriptionCollection Class
Microsoft.ManagementConsole Namespace
Return to top