C# 클래스 Microsoft.ManagementConsole.Internal.ActionsPaneRootData

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

공개 메소드들

메소드 설명
GetDescription ( ) : string[]
GetDisplayName ( ) : string[]
GetExecuteSync ( ) : bool[]
GetId ( ) : int[]
GetImageIndex ( ) : int[]
GetInsertionLocation ( ) : ActionsInsertionLocation[]
GetItemType ( ) : ActionsPaneRootItemType[]
GetItemsCount ( ) : int[]
GetLanguageIndependentName ( ) : string[]
GetMnemonicDisplayName ( ) : string[]
GetRenderAsRegion ( ) : bool[]
GetState ( ) : ActionStates[]
Read ( ) : ActionsPaneItemCollectionData
SetDescription ( string value ) : void
SetDisplayName ( string value ) : void
SetExecuteSync ( bool value ) : void
SetId ( int value ) : void
SetImageIndex ( int value ) : void
SetInsertionLocation ( ActionsInsertionLocation value ) : void
SetItemType ( ActionsPaneRootItemType value ) : void
SetItemsCount ( int value ) : void
SetLanguageIndependentName ( string value ) : void
SetMnemonicDisplayName ( string value ) : void
SetRenderAsRegion ( bool value ) : void
SetState ( ActionStates value ) : void
Write ( ActionsPaneItemCollectionData data ) : void

비공개 메소드들

메소드 설명
CountItems ( ActionsPaneItemData data, int &sepCount, int &actionCount, int &colCount ) : void
Read ( int &index, int &exItemIndex, int &actionIndex, int &colIndex ) : ActionsPaneItemData
ReadAction ( ActionData data, int &actionIndex ) : void
ReadActionsPaneItem ( ActionsPaneItemData data, int &index ) : void
ReadCollection ( ActionsPaneItemCollectionData data, int &index, int &exItemIndex, int &actionIndex, int &colIndex ) : void
ReadExtendedActionsPaneItem ( ActionsPaneExtendedItemData data, int &exItemIndex ) : void
Write ( ActionsPaneItemData data, int &index, int &exItemIndex, int &actionIndex, int &colIndex ) : void

메소드 상세

GetDescription() 공개 메소드

public GetDescription ( ) : string[]
리턴 string[]

GetDisplayName() 공개 메소드

public GetDisplayName ( ) : string[]
리턴 string[]

GetExecuteSync() 공개 메소드

public GetExecuteSync ( ) : bool[]
리턴 bool[]

GetId() 공개 메소드

public GetId ( ) : int[]
리턴 int[]

GetImageIndex() 공개 메소드

public GetImageIndex ( ) : int[]
리턴 int[]

GetInsertionLocation() 공개 메소드

public GetInsertionLocation ( ) : ActionsInsertionLocation[]
리턴 ActionsInsertionLocation[]

GetItemType() 공개 메소드

public GetItemType ( ) : ActionsPaneRootItemType[]
리턴 ActionsPaneRootItemType[]

GetItemsCount() 공개 메소드

public GetItemsCount ( ) : int[]
리턴 int[]

GetLanguageIndependentName() 공개 메소드

public GetLanguageIndependentName ( ) : string[]
리턴 string[]

GetMnemonicDisplayName() 공개 메소드

public GetMnemonicDisplayName ( ) : string[]
리턴 string[]

GetRenderAsRegion() 공개 메소드

public GetRenderAsRegion ( ) : bool[]
리턴 bool[]

GetState() 공개 메소드

public GetState ( ) : ActionStates[]
리턴 ActionStates[]

Read() 공개 메소드

public Read ( ) : ActionsPaneItemCollectionData
리턴 ActionsPaneItemCollectionData

SetDescription() 공개 메소드

public SetDescription ( string value ) : void
value string
리턴 void

SetDisplayName() 공개 메소드

public SetDisplayName ( string value ) : void
value string
리턴 void

SetExecuteSync() 공개 메소드

public SetExecuteSync ( bool value ) : void
value bool
리턴 void

SetId() 공개 메소드

public SetId ( int value ) : void
value int
리턴 void

SetImageIndex() 공개 메소드

public SetImageIndex ( int value ) : void
value int
리턴 void

SetInsertionLocation() 공개 메소드

public SetInsertionLocation ( ActionsInsertionLocation value ) : void
value ActionsInsertionLocation
리턴 void

SetItemType() 공개 메소드

public SetItemType ( ActionsPaneRootItemType value ) : void
value ActionsPaneRootItemType
리턴 void

SetItemsCount() 공개 메소드

public SetItemsCount ( int value ) : void
value int
리턴 void

SetLanguageIndependentName() 공개 메소드

public SetLanguageIndependentName ( string value ) : void
value string
리턴 void

SetMnemonicDisplayName() 공개 메소드

public SetMnemonicDisplayName ( string value ) : void
value string
리턴 void

SetRenderAsRegion() 공개 메소드

public SetRenderAsRegion ( bool value ) : void
value bool
리턴 void

SetState() 공개 메소드

public SetState ( ActionStates value ) : void
value ActionStates
리턴 void

Write() 공개 메소드

public Write ( ActionsPaneItemCollectionData data ) : void
data ActionsPaneItemCollectionData
리턴 void