프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Add | void | ||
AddRange | void | ||
Clear | void | ||
IXmlSerializable | |||
IXmlSerializable | void | ||
IXmlSerializable | void | ||
Insert | void | ||
RecentFilePropertyChanged | void | ||
RemoveAt | void | ||
RemoveRange | void |
메소드 | 설명 | |
---|---|---|
AddFile ( string fileName ) : void |
Adds a file to the recent file list. If the file already exists in the list then it only changes the position in the list.
|
|
Load ( IEnumerable |
Loads the specified collection into the recent file list. Use this method when you need to initialize the RecentFileList manually. This can be useful when you are using an own persistence implementation. Recent file items that exist before the Load method is called are removed. |
|
RecentFileList ( ) : System.Collections.Generic |
Initializes a new instance of the RecentFileList class.
|
|
Remove ( |
Removes the specified recent file.
|
메소드 | 설명 | |
---|---|---|
Add ( |
||
AddRange ( IEnumerable |
||
Clear ( ) : void | ||
IXmlSerializable ( ) : |
||
IXmlSerializable ( |
||
IXmlSerializable ( |
||
Insert ( int index, |
||
RecentFilePropertyChanged ( object sender, |
||
RemoveAt ( int index ) : void | ||
RemoveRange ( int index, int count ) : void |
public AddFile ( string fileName ) : void | ||
fileName | string | The path of the recent file. |
리턴 | void |
public Load ( IEnumerable |
||
recentFiles | IEnumerable |
The recent files. |
리턴 | void |
public RecentFileList ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public Remove ( |
||
recentFile | The recent file to remove. | |
리턴 | void |