Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether a specific ActionsPaneItem object is in the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public bool Contains(
ActionsPaneItem item
)
public:
bool Contains(
ActionsPaneItem^ item
)
member Contains :
item:ActionsPaneItem -> bool
Public Function Contains (
item As ActionsPaneItem
) As Boolean
Parameters
item
Type: Microsoft.ManagementConsole.ActionsPaneItemThe ActionsPaneItem object to locate in the collection.
Return Value
Type: System.Boolean
If the ActionsPaneItem object is in the collection, this value is true; otherwise, false.
See Also
Contains Overload
ActionsPaneItemCollection Class
Microsoft.ManagementConsole Namespace
Return to top