C# 클래스 Microsoft.ManagementConsole.ScopeNodeCollection

상속: BaseCollection
파일 보기 프로젝트 열기: SiteView/ECC8.13

Private Properties

프로퍼티 타입 설명
ItemChanged void
Notify void
OnValidate void

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnItemsAdded ( int index, object items ) : void
OnItemsRemoved ( int index, object items ) : void

비공개 메소드들

메소드 설명
ItemChanged ( object sender, NodeChangedEventArgs e ) : void
Notify ( int index, ScopeNode items, ScopeNodeCollectionChangeType action ) : void
OnValidate ( object objectToValidate, bool testForDuplicate ) : void

메소드 상세

Add() 공개 메소드

public Add ( ScopeNode item ) : int
item ScopeNode
리턴 int

AddRange() 공개 메소드

public AddRange ( ScopeNode items ) : void
items ScopeNode
리턴 void

Contains() 공개 메소드

public Contains ( ScopeNode item ) : bool
item ScopeNode
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( ScopeNode array, int index ) : void
array ScopeNode
index int
리턴 void

IndexOf() 공개 메소드

public IndexOf ( ScopeNode item ) : int
item ScopeNode
리턴 int

Insert() 공개 메소드

public Insert ( int index, ScopeNode item ) : void
index int
item ScopeNode
리턴 void

InsertRange() 공개 메소드

public InsertRange ( int index, ScopeNode items ) : void
index int
items ScopeNode
리턴 void

OnItemsAdded() 보호된 메소드

protected OnItemsAdded ( int index, object items ) : void
index int
items object
리턴 void

OnItemsRemoved() 보호된 메소드

protected OnItemsRemoved ( int index, object items ) : void
index int
items object
리턴 void

Remove() 공개 메소드

public Remove ( ScopeNode item ) : void
item ScopeNode
리턴 void

ScopeNodeCollection() 공개 메소드

public ScopeNodeCollection ( ) : Microsoft.ManagementConsole.Internal
리턴 Microsoft.ManagementConsole.Internal

ToArray() 공개 메소드

public ToArray ( ) : Microsoft.ManagementConsole.ScopeNode[]
리턴 Microsoft.ManagementConsole.ScopeNode[]

this() 공개 메소드

public this ( int index ) : ScopeNode
index int
리턴 ScopeNode