Свойство | Тип | Описание | |
---|---|---|---|
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 |