Méthode | Description | |
---|---|---|
Add ( |
||
AddRange ( |
||
Clear ( ) : void | ||
Contains ( |
||
CopyTo ( |
||
IndexOf ( |
||
Insert ( int index, |
||
InsertRange ( int index, |
||
Remove ( |
||
ToArray ( ) : Microsoft.ManagementConsole.MmcListViewColumn[] | ||
this ( int index ) : |
Méthode | Description | |
---|---|---|
OnItemsAdded ( int index, object items ) : void | ||
OnItemsRemoved ( int index, object items ) : void |
Méthode | Description | |
---|---|---|
GetColumn ( int id ) : |
||
ItemChanged ( object sender, |
||
MmcListViewColumnCollection ( |
||
Notify ( int index, |
||
OnValidate ( object objectToValidate, bool testForDuplicate ) : void |
public Add ( |
||
column | ||
Résultat | void |
public AddRange ( |
||
columns | ||
Résultat | void |
public Contains ( |
||
column | ||
Résultat | bool |
public CopyTo ( |
||
array | ||
index | int | |
Résultat | void |
public IndexOf ( |
||
column | ||
Résultat | int |
public Insert ( int index, |
||
index | int | |
column | ||
Résultat | void |
public InsertRange ( int index, |
||
index | int | |
columns | ||
Résultat | void |
protected OnItemsAdded ( int index, object items ) : void | ||
index | int | |
items | object | |
Résultat | void |
protected OnItemsRemoved ( int index, object items ) : void | ||
index | int | |
items | object | |
Résultat | void |
public Remove ( |
||
column | ||
Résultat | void |
public ToArray ( ) : Microsoft.ManagementConsole.MmcListViewColumn[] | ||
Résultat | Microsoft.ManagementConsole.MmcListViewColumn[] |
public this ( int index ) : |
||
index | int | |
Résultat |