메소드 | 설명 | |
---|---|---|
Add ( |
||
AddRange ( |
||
Contains ( |
||
CopyTo ( |
||
IndexOf ( |
||
Insert ( int index, |
||
InsertRange ( int index, |
||
Remove ( |
||
ToArray ( ) : Microsoft.ManagementConsole.ViewDescription[] | ||
ViewDescriptionCollection ( ) : Microsoft.ManagementConsole.Internal | ||
this ( int index ) : |
메소드 | 설명 | |
---|---|---|
OnItemsAdded ( int index, object items ) : void | ||
OnItemsRemoved ( int index, object items ) : void |
메소드 | 설명 | |
---|---|---|
CreateView ( int id, |
||
GetViewDescriptionById ( int id ) : |
||
Initialize ( ) : void | ||
ItemChanged ( object sender, |
||
Notify ( int index, |
||
OnValidate ( object objectToValidate, bool testForDuplicate ) : void | ||
Synchronize ( ) : void |
public CopyTo ( |
||
array | ||
index | int | |
리턴 | void |
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 ToArray ( ) : Microsoft.ManagementConsole.ViewDescription[] | ||
리턴 | Microsoft.ManagementConsole.ViewDescription[] |
public ViewDescriptionCollection ( ) : Microsoft.ManagementConsole.Internal | ||
리턴 | Microsoft.ManagementConsole.Internal |