C# Class Microsoft.ManagementConsole.ActionGroup

Inheritance: ActionsPaneExtendedItem
Afficher le fichier Open project: SiteView/ECC8.13 Class Usage Examples

Méthodes publiques

Méthode Description
ActionGroup ( ) : Microsoft.ManagementConsole.Internal
ActionGroup ( string displayName, string description ) : Microsoft.ManagementConsole.Internal
ActionGroup ( string displayName, string description, int imageIndex ) : Microsoft.ManagementConsole.Internal
ActionGroup ( string displayName, string description, int imageIndex, object tag ) : Microsoft.ManagementConsole.Internal

Private Methods

Méthode Description
OnItemDataChanged ( object sender, EventArgs e ) : void
OnItemsChanged ( object sender, ActionsPaneItemCollectionEventArgs e ) : void
RefreshChildData ( ) : void

Method Details

ActionGroup() public méthode

public ActionGroup ( ) : Microsoft.ManagementConsole.Internal
Résultat Microsoft.ManagementConsole.Internal

ActionGroup() public méthode

public ActionGroup ( string displayName, string description ) : Microsoft.ManagementConsole.Internal
displayName string
description string
Résultat Microsoft.ManagementConsole.Internal

ActionGroup() public méthode

public ActionGroup ( string displayName, string description, int imageIndex ) : Microsoft.ManagementConsole.Internal
displayName string
description string
imageIndex int
Résultat Microsoft.ManagementConsole.Internal

ActionGroup() public méthode

public ActionGroup ( string displayName, string description, int imageIndex, object tag ) : Microsoft.ManagementConsole.Internal
displayName string
description string
imageIndex int
tag object
Résultat Microsoft.ManagementConsole.Internal