Свойство | Тип | Описание | |
---|---|---|---|
CheckForCircularReference | bool | ||
GetItemById | |||
ItemChanged | void | ||
Notify | void | ||
OnValidate | void | ||
SyncData | void |
Метод | Описание | |
---|---|---|
ActionsPaneItemCollection ( ) : Microsoft.ManagementConsole.Internal | ||
Add ( |
||
AddRange ( |
||
Contains ( |
||
CopyTo ( |
||
IndexOf ( |
||
Insert ( int index, |
||
InsertRange ( int index, |
||
Remove ( |
||
ToArray ( ) : Microsoft.ManagementConsole.ActionsPaneItem[] | ||
this ( int index ) : |
Метод | Описание | |
---|---|---|
OnItemsAdded ( int index, object items ) : void | ||
OnItemsRemoved ( int index, object items ) : void |
Метод | Описание | |
---|---|---|
CheckForCircularReference ( |
||
GetItemById ( int itemId ) : |
||
ItemChanged ( object sender, |
||
Notify ( int index, |
||
OnValidate ( object objectToValidate, bool testForDuplicate ) : void | ||
SyncData ( ) : void |
public ActionsPaneItemCollection ( ) : Microsoft.ManagementConsole.Internal | ||
Результат | Microsoft.ManagementConsole.Internal |
public AddRange ( |
||
items | ||
Результат | void |
public Contains ( |
||
item | ||
Результат | bool |
public CopyTo ( |
||
array | ||
index | int | |
Результат | void |
public IndexOf ( |
||
item | ||
Результат | int |
public Insert ( int index, |
||
index | int | |
item | ||
Результат | void |
public InsertRange ( int index, |
||
index | int | |
items | ||
Результат | void |
protected OnItemsAdded ( int index, object items ) : void | ||
index | int | |
items | object | |
Результат | void |
protected OnItemsRemoved ( int index, object items ) : void | ||
index | int | |
items | object | |
Результат | void |
public Remove ( |
||
item | ||
Результат | void |
public ToArray ( ) : Microsoft.ManagementConsole.ActionsPaneItem[] | ||
Результат | Microsoft.ManagementConsole.ActionsPaneItem[] |
public this ( int index ) : |
||
index | int | |
Результат |