Share via


MmcListViewColumnCollection.Contains Method (MmcListViewColumn)

 

Determines whether the collection contains a specific column.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public bool Contains(
    MmcListViewColumn column
)
public:
bool Contains(
    MmcListViewColumn^ column
)
member Contains : 
        column:MmcListViewColumn -> bool
Public Function Contains (
    column As MmcListViewColumn
) As Boolean

Parameters

Return Value

Type: System.Boolean

If the column is in the collection, this value is true; otherwise, false.

See Also

Contains Overload
MmcListViewColumnCollection Class
Microsoft.ManagementConsole Namespace

Return to top