C# 클래스 Microsoft.ManagementConsole.ResultNodeCollection

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

공개 메소드들

메소드 설명
Add ( ResultNode item ) : void
AddRange ( ResultNode items ) : void
Contains ( ResultNode item ) : bool
CopyTo ( ResultNode array, int index ) : void
IndexOf ( ResultNode item ) : int
Insert ( int index, ResultNode item ) : void
InsertRange ( int index, ResultNode items ) : void
Remove ( ResultNode item ) : void
ToArray ( ) : Microsoft.ManagementConsole.ResultNode[]
this ( int index ) : ResultNode

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetNode ( int id ) : ResultNode
ItemChanged ( object sender, NodeChangedEventArgs e ) : void
Notify ( int index, ResultNode items, ResultNodeCollectionChangeType action ) : void
Replace ( ResultNode nodes ) : void
ResultNodeCollection ( MmcListView listView ) : Microsoft.ManagementConsole.Internal

메소드 상세

Add() 공개 메소드

public Add ( ResultNode item ) : void
item ResultNode
리턴 void

AddRange() 공개 메소드

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

Contains() 공개 메소드

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

CopyTo() 공개 메소드

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

IndexOf() 공개 메소드

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

Insert() 공개 메소드

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

InsertRange() 공개 메소드

public InsertRange ( int index, ResultNode items ) : void
index int
items ResultNode
리턴 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 ( ResultNode item ) : void
item ResultNode
리턴 void

ToArray() 공개 메소드

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

this() 공개 메소드

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