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 get the extension property pages.
Namespace: Microsoft.ManagementConsole.Advanced
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 of property pages.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
PropertySheetExtension Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top