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.
This namespace contains the classes that aid in creating advanced features for snap-ins.
Classes
Class | Description | |
---|---|---|
![]() |
Console | Exposes functionality from the main MMC console window. |
![]() |
ExtendsNodeTypeAttribute | Specifies which node types can be extended. It is an optional attribute. Multiple instances of this attribute may be applied to a single snap-in class. |
![]() |
MessageBoxParameters | Represents the parameters that are used to show a modal message box on either a property sheet or the console. |
![]() |
NamespaceExtension | This class provides an entry point for a namespace extension. It is the entry point for custom code execution. |
![]() |
PrimaryScopeNode | Exposes properties and data to a namespace extension. |
![]() |
PrimarySnapInDataException | Represents the exception that is thrown when an extension fails to read a data object that is shared by a primary snap-in. The extension that receives this exception can catch this exception and continue functioning. |
![]() |
PropertySheetExtension | Provides an entry point for a property sheet extension. It is also the entry point for custom code execution. |
![]() |
WaitCursor | Represent a modal wait cursor loop. |
![]() |
WaitDialog | Pops up UI to show during a lengthy asynchronous operation when the user cannot perform any other action in the snap-in or view. |
Return to top