C# Class Microsoft.ManagementConsole.NodeSubItemDisplayNameCollection

Inheritance: BaseCollection
Datei anzeigen Open project: SiteView/ECC8.13

Public Methods

Method Description
Add ( string displayName ) : int
AddRange ( string displayNames ) : void
Contains ( string displayName ) : bool
CopyTo ( string array, int index ) : void
IndexOf ( string displayName ) : int
Insert ( int index, string displayName ) : void
InsertRange ( int index, string displayNames ) : void
Remove ( string displayName ) : void
ToArray ( ) : string[]
this ( int index ) : string

Protected Methods

Method Description
OnItemsAdded ( int index, object displayNames ) : void
OnItemsRemoved ( int index, object displayNames ) : void

Private Methods

Method Description
NodeSubItemDisplayNameCollection ( ) : System
Notify ( ) : void

Method Details

Add() public method

public Add ( string displayName ) : int
displayName string
return int

AddRange() public method

public AddRange ( string displayNames ) : void
displayNames string
return void

Contains() public method

public Contains ( string displayName ) : bool
displayName string
return bool

CopyTo() public method

public CopyTo ( string array, int index ) : void
array string
index int
return void

IndexOf() public method

public IndexOf ( string displayName ) : int
displayName string
return int

Insert() public method

public Insert ( int index, string displayName ) : void
index int
displayName string
return void

InsertRange() public method

public InsertRange ( int index, string displayNames ) : void
index int
displayNames string
return void

OnItemsAdded() protected method

protected OnItemsAdded ( int index, object displayNames ) : void
index int
displayNames object
return void

OnItemsRemoved() protected method

protected OnItemsRemoved ( int index, object displayNames ) : void
index int
displayNames object
return void

Remove() public method

public Remove ( string displayName ) : void
displayName string
return void

ToArray() public method

public ToArray ( ) : string[]
return string[]

this() public method

public this ( int index ) : string
index int
return string