Property | Type | Description | |
---|---|---|---|
CheckForCircularReference | bool | ||
GetItemById | |||
ItemChanged | void | ||
Notify | void | ||
OnValidate | void | ||
SyncData | void |
Method | Description | |
---|---|---|
ActionsPaneItemCollection ( ) : Microsoft.ManagementConsole.Internal | ||
Add ( |
||
AddRange ( |
||
Contains ( |
||
CopyTo ( |
||
IndexOf ( |
||
Insert ( int index, |
||
InsertRange ( int index, |
||
Remove ( |
||
ToArray ( ) : Microsoft.ManagementConsole.ActionsPaneItem[] | ||
this ( int index ) : |
Method | Description | |
---|---|---|
OnItemsAdded ( int index, object items ) : void | ||
OnItemsRemoved ( int index, object items ) : void |
Method | Description | |
---|---|---|
CheckForCircularReference ( |
||
GetItemById ( int itemId ) : |
||
ItemChanged ( object sender, |
||
Notify ( int index, |
||
OnValidate ( object objectToValidate, bool testForDuplicate ) : void | ||
SyncData ( ) : void |
public ActionsPaneItemCollection ( ) : Microsoft.ManagementConsole.Internal | ||
return | Microsoft.ManagementConsole.Internal |
public AddRange ( |
||
items | ||
return | void |
public Contains ( |
||
item | ||
return | bool |
public CopyTo ( |
||
array | ||
index | int | |
return | void |
public IndexOf ( |
||
item | ||
return | int |
public Insert ( int index, |
||
index | int | |
item | ||
return | void |
public InsertRange ( int index, |
||
index | int | |
items | ||
return | void |
protected OnItemsAdded ( int index, object items ) : void | ||
index | int | |
items | object | |
return | void |
protected OnItemsRemoved ( int index, object items ) : void | ||
index | int | |
items | object | |
return | void |
public Remove ( |
||
item | ||
return | void |
public ToArray ( ) : Microsoft.ManagementConsole.ActionsPaneItem[] | ||
return | Microsoft.ManagementConsole.ActionsPaneItem[] |