C# Class Microsoft.ManagementConsole.Advanced.PropertySheetExtension

Inheritance: Microsoft.ManagementConsole.SnapInBase
Afficher le fichier Open project: SiteView/ECC8.13

Méthodes publiques

Méthode Description
GetNodeTypes ( ) : System.Guid[]

Méthodes protégées

Méthode Description
OnAddPropertyPages ( PropertyPageCollection propertyPageCollection ) : void
OnSharedDataChanged ( SharedDataItem item ) : void
PropertySheetExtension ( ) : Microsoft.ManagementConsole

Private Methods

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

Method Details

GetNodeTypes() public méthode

public GetNodeTypes ( ) : System.Guid[]
Résultat System.Guid[]

OnAddPropertyPages() protected méthode

protected OnAddPropertyPages ( PropertyPageCollection propertyPageCollection ) : void
propertyPageCollection Microsoft.ManagementConsole.PropertyPageCollection
Résultat void

OnSharedDataChanged() protected méthode

protected OnSharedDataChanged ( SharedDataItem item ) : void
item Microsoft.ManagementConsole.SharedDataItem
Résultat void

PropertySheetExtension() protected méthode

protected PropertySheetExtension ( ) : Microsoft.ManagementConsole
Résultat Microsoft.ManagementConsole