View.OnAddPropertyPages Method (PropertyPageCollection)

 

Called to add property pages to a property sheet.

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

Syntax

protected internal virtual void OnAddPropertyPages(
    PropertyPageCollection propertyPageCollection
)
public protected:
virtual void OnAddPropertyPages(
    PropertyPageCollection^ propertyPageCollection
)
abstract OnAddPropertyPages : 
        propertyPageCollection:PropertyPageCollection -> unit
override OnAddPropertyPages : 
        propertyPageCollection:PropertyPageCollection -> unit
Protected Friend Overridable Sub OnAddPropertyPages (
    propertyPageCollection As PropertyPageCollection
)

Parameters

See Also

View Class
Microsoft.ManagementConsole Namespace

Return to top