Share via


ViewDescriptionCollection.Remove Method (ViewDescription)

 

Removes the first occurrence of a specific ViewDescription object from the collection.

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

Syntax

public void Remove(
    ViewDescription item
)
public:
void Remove(
    ViewDescription^ item
)
member Remove : 
        item:ViewDescription -> unit
Public Sub Remove (
    item As ViewDescription
)

Parameters

See Also

ViewDescriptionCollection Class
Microsoft.ManagementConsole Namespace

Return to top