C# 클래스 Microsoft.ManagementConsole.ActionGroup

상속: ActionsPaneExtendedItem
파일 보기 프로젝트 열기: SiteView/ECC8.13 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
OnItemDataChanged ( object sender, EventArgs e ) : void
OnItemsChanged ( object sender, ActionsPaneItemCollectionEventArgs e ) : void
RefreshChildData ( ) : void

메소드 상세

ActionGroup() 공개 메소드

public ActionGroup ( ) : Microsoft.ManagementConsole.Internal
리턴 Microsoft.ManagementConsole.Internal

ActionGroup() 공개 메소드

public ActionGroup ( string displayName, string description ) : Microsoft.ManagementConsole.Internal
displayName string
description string
리턴 Microsoft.ManagementConsole.Internal

ActionGroup() 공개 메소드

public ActionGroup ( string displayName, string description, int imageIndex ) : Microsoft.ManagementConsole.Internal
displayName string
description string
imageIndex int
리턴 Microsoft.ManagementConsole.Internal

ActionGroup() 공개 메소드

public ActionGroup ( string displayName, string description, int imageIndex, object tag ) : Microsoft.ManagementConsole.Internal
displayName string
description string
imageIndex int
tag object
리턴 Microsoft.ManagementConsole.Internal