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.
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
item
Type: Microsoft.ManagementConsole.ViewDescriptionThe view description to remove.
See Also
ViewDescriptionCollection Class
Microsoft.ManagementConsole Namespace
Return to top