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.
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
propertyPageCollection
Type: Microsoft.ManagementConsole.PropertyPageCollectionThe property page collection.
See Also
View Class
Microsoft.ManagementConsole Namespace
Return to top