C# Class Microsoft.ManagementConsole.Internal.ActionsPaneRootData

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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

GetDescription() public méthode

public GetDescription ( ) : string[]
Résultat string[]

GetDisplayName() public méthode

public GetDisplayName ( ) : string[]
Résultat string[]

GetExecuteSync() public méthode

public GetExecuteSync ( ) : bool[]
Résultat bool[]

GetId() public méthode

public GetId ( ) : int[]
Résultat int[]

GetImageIndex() public méthode

public GetImageIndex ( ) : int[]
Résultat int[]

GetInsertionLocation() public méthode

public GetInsertionLocation ( ) : ActionsInsertionLocation[]
Résultat ActionsInsertionLocation[]

GetItemType() public méthode

public GetItemType ( ) : ActionsPaneRootItemType[]
Résultat ActionsPaneRootItemType[]

GetItemsCount() public méthode

public GetItemsCount ( ) : int[]
Résultat int[]

GetLanguageIndependentName() public méthode

public GetLanguageIndependentName ( ) : string[]
Résultat string[]

GetMnemonicDisplayName() public méthode

public GetMnemonicDisplayName ( ) : string[]
Résultat string[]

GetRenderAsRegion() public méthode

public GetRenderAsRegion ( ) : bool[]
Résultat bool[]

GetState() public méthode

public GetState ( ) : ActionStates[]
Résultat ActionStates[]

Read() public méthode

public Read ( ) : ActionsPaneItemCollectionData
Résultat ActionsPaneItemCollectionData

SetDescription() public méthode

public SetDescription ( string value ) : void
value string
Résultat void

SetDisplayName() public méthode

public SetDisplayName ( string value ) : void
value string
Résultat void

SetExecuteSync() public méthode

public SetExecuteSync ( bool value ) : void
value bool
Résultat void

SetId() public méthode

public SetId ( int value ) : void
value int
Résultat void

SetImageIndex() public méthode

public SetImageIndex ( int value ) : void
value int
Résultat void

SetInsertionLocation() public méthode

public SetInsertionLocation ( ActionsInsertionLocation value ) : void
value ActionsInsertionLocation
Résultat void

SetItemType() public méthode

public SetItemType ( ActionsPaneRootItemType value ) : void
value ActionsPaneRootItemType
Résultat void

SetItemsCount() public méthode

public SetItemsCount ( int value ) : void
value int
Résultat void

SetLanguageIndependentName() public méthode

public SetLanguageIndependentName ( string value ) : void
value string
Résultat void

SetMnemonicDisplayName() public méthode

public SetMnemonicDisplayName ( string value ) : void
value string
Résultat void

SetRenderAsRegion() public méthode

public SetRenderAsRegion ( bool value ) : void
value bool
Résultat void

SetState() public méthode

public SetState ( ActionStates value ) : void
value ActionStates
Résultat void

Write() public méthode

public Write ( ActionsPaneItemCollectionData data ) : void
data ActionsPaneItemCollectionData
Résultat void