C# Class Microsoft.ManagementConsole.ScopeNodeCollection

Inheritance: BaseCollection
Afficher le fichier Open project: SiteView/ECC8.13

Private Properties

Свойство Type Description
ItemChanged void
Notify void
OnValidate void

Méthodes publiques

Méthode Description
Add ( ScopeNode item ) : int
AddRange ( ScopeNode items ) : void
Contains ( ScopeNode item ) : bool
CopyTo ( ScopeNode array, int index ) : void
IndexOf ( ScopeNode item ) : int
Insert ( int index, ScopeNode item ) : void
InsertRange ( int index, ScopeNode items ) : void
Remove ( ScopeNode item ) : void
ScopeNodeCollection ( ) : Microsoft.ManagementConsole.Internal
ToArray ( ) : Microsoft.ManagementConsole.ScopeNode[]
this ( int index ) : ScopeNode

Méthodes protégées

Méthode Description
OnItemsAdded ( int index, object items ) : void
OnItemsRemoved ( int index, object items ) : void

Private Methods

Méthode Description
ItemChanged ( object sender, NodeChangedEventArgs e ) : void
Notify ( int index, ScopeNode items, ScopeNodeCollectionChangeType action ) : void
OnValidate ( object objectToValidate, bool testForDuplicate ) : void

Method Details

Add() public méthode

public Add ( ScopeNode item ) : int
item ScopeNode
Résultat int

AddRange() public méthode

public AddRange ( ScopeNode items ) : void
items ScopeNode
Résultat void

Contains() public méthode

public Contains ( ScopeNode item ) : bool
item ScopeNode
Résultat bool

CopyTo() public méthode

public CopyTo ( ScopeNode array, int index ) : void
array ScopeNode
index int
Résultat void

IndexOf() public méthode

public IndexOf ( ScopeNode item ) : int
item ScopeNode
Résultat int

Insert() public méthode

public Insert ( int index, ScopeNode item ) : void
index int
item ScopeNode
Résultat void

InsertRange() public méthode

public InsertRange ( int index, ScopeNode items ) : void
index int
items ScopeNode
Résultat void

OnItemsAdded() protected méthode

protected OnItemsAdded ( int index, object items ) : void
index int
items object
Résultat void

OnItemsRemoved() protected méthode

protected OnItemsRemoved ( int index, object items ) : void
index int
items object
Résultat void

Remove() public méthode

public Remove ( ScopeNode item ) : void
item ScopeNode
Résultat void

ScopeNodeCollection() public méthode

public ScopeNodeCollection ( ) : Microsoft.ManagementConsole.Internal
Résultat Microsoft.ManagementConsole.Internal

ToArray() public méthode

public ToArray ( ) : Microsoft.ManagementConsole.ScopeNode[]
Résultat Microsoft.ManagementConsole.ScopeNode[]

this() public méthode

public this ( int index ) : ScopeNode
index int
Résultat ScopeNode