C# Class Microsoft.ManagementConsole.Advanced.PropertySheetExtension

Inheritance: Microsoft.ManagementConsole.SnapInBase
Show file Open project: SiteView/ECC8.13

Public Methods

Method Description
GetNodeTypes ( ) : System.Guid[]

Protected Methods

Method Description
OnAddPropertyPages ( PropertyPageCollection propertyPageCollection ) : void
OnSharedDataChanged ( SharedDataItem item ) : void
PropertySheetExtension ( ) : Microsoft.ManagementConsole

Private Methods

Method Description
Initialize ( ) : void
ProcessNotification ( Notification notification ) : void
ProcessRequest ( Request request ) : void
SharedDataChanged ( object sender, SharedDataChangedEventArgs e ) : void

Method Details

GetNodeTypes() public method

public GetNodeTypes ( ) : System.Guid[]
return System.Guid[]

OnAddPropertyPages() protected method

protected OnAddPropertyPages ( PropertyPageCollection propertyPageCollection ) : void
propertyPageCollection Microsoft.ManagementConsole.PropertyPageCollection
return void

OnSharedDataChanged() protected method

protected OnSharedDataChanged ( SharedDataItem item ) : void
item Microsoft.ManagementConsole.SharedDataItem
return void

PropertySheetExtension() protected method

protected PropertySheetExtension ( ) : Microsoft.ManagementConsole
return Microsoft.ManagementConsole