PropertyPageCollection.Remove Method (PropertyPage)

 

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

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

Syntax

public void Remove(
    PropertyPage propertyPage
)
public:
void Remove(
    PropertyPage^ propertyPage
)
member Remove : 
        propertyPage:PropertyPage -> unit
Public Sub Remove (
    propertyPage As PropertyPage
)

Parameters

See Also

PropertyPageCollection Class
Microsoft.ManagementConsole Namespace

Return to top