ScopeNode.OnAddPropertyPages Method (PropertyPageCollection)
Adds the properties to be displayed for the scope node when the Properties verb is triggered.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected virtual void OnAddPropertyPages(
PropertyPageCollection propertyPageCollection
)
protected:
virtual void OnAddPropertyPages(
PropertyPageCollection^ propertyPageCollection
)
abstract OnAddPropertyPages :
propertyPageCollection:PropertyPageCollection -> unit
override OnAddPropertyPages :
propertyPageCollection:PropertyPageCollection -> unit
Protected Overridable Sub OnAddPropertyPages (
propertyPageCollection As PropertyPageCollection
)
Parameters
propertyPageCollection
Type: Microsoft.ManagementConsole.PropertyPageCollectionThe collection to which the properties are added.
See Also
StandardVerbs
ScopeNode Class
Microsoft.ManagementConsole Namespace
How-To Use Standard Verbs
Return to top