Метод | Описание | |
---|---|---|
AddItem ( |
Adds the item to the list of recently used items.
|
|
PinItem ( string name ) : void |
Pins the item with the specified name.
|
|
RecentlyUsedItemsService ( IXmlSerializer xmlSerializer, IFileService fileService ) : System | ||
RemoveItem ( |
Removes the item from the list of recently used items.
|
|
UnpinItem ( string name ) : void |
Unpins the item with the specified name.
|
Метод | Описание | |
---|---|---|
AddSorted ( List |
||
IsAvailableInCollection ( List |
||
Load ( ) : void | ||
RemoveItemFromCollection ( List |
||
Save ( ) : void |
public AddItem ( |
||
item | The item. | |
Результат | void |
public PinItem ( string name ) : void | ||
name | string | The name. |
Результат | void |
public RecentlyUsedItemsService ( IXmlSerializer xmlSerializer, IFileService fileService ) : System | ||
xmlSerializer | IXmlSerializer | |
fileService | IFileService | |
Результат | System |
public RemoveItem ( |
||
item | The item. | |
Результат | void |
public UnpinItem ( string name ) : void | ||
name | string | The name. |
Результат | void |