프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ICollection | void | ||
IEnumerable | IEnumerator | ||
IList | bool | ||
IList | int | ||
IList | void | ||
IList | void | ||
IList | void | ||
IList | void | ||
this | objectIList.System |
메소드 | 설명 | |
---|---|---|
DoubleClicked ( ) : void | ||
FileTreeViewModel ( |
메소드 | 설명 | |
---|---|---|
GetItems ( ) : IEnumerable | ||
Initialize ( ) : void | ||
InsertItem ( int index, object value ) : void | ||
InsertRange ( int index, IEnumerable items ) : void | ||
OnCollectionChanged ( |
||
Refresh ( ) : void |
Raises a change notification indicating that all bindings should be refreshed.
|
|
RemoveItem ( int index ) : void | ||
RemoveRange ( int index, int count ) : void | ||
SetItem ( int index, object value ) : void |
메소드 | 설명 | |
---|---|---|
ICollection ( |
||
IEnumerable ( ) : IEnumerator | ||
IList ( object value ) : bool | ||
IList ( object value ) : int | ||
IList ( ) : void | ||
IList ( int index ) : void | ||
IList ( int index, object value ) : void | ||
IList ( object value ) : void | ||
this ( int index ) : objectIList.System |
public FileTreeViewModel ( |
||
parent | ||
리턴 | System |
protected InsertItem ( int index, object value ) : void | ||
index | int | |
value | object | |
리턴 | void |
protected InsertRange ( int index, IEnumerable items ) : void | ||
index | int | |
items | IEnumerable | |
리턴 | void |
protected OnCollectionChanged ( |
||
e | ||
리턴 | void |
protected RemoveRange ( int index, int count ) : void | ||
index | int | |
count | int | |
리턴 | void |
protected SetItem ( int index, object value ) : void | ||
index | int | |
value | object | |
리턴 | void |