Share via


ActionsPaneItemCollection.Contains Method (ActionsPaneItem)

 

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

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