C# Класс BExplorer.Shell.NavigationLog

Represents a log of where the user has navigated through the file system
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ClearForwardItems ( ) : void

Removes any Items Forward of the current position

ImportData ( NavigationLog log ) : void

Clears all items then adds all items from the log

NavigateBack ( ) : IListItemEx

Navigates backwards one item

NavigateForward ( ) : IListItemEx

Navigates forwards one item

NavigationLog ( IListItemEx StartingLocation ) : System.Collections.Generic

A generic constructor

Описание методов

ClearForwardItems() публичный Метод

Removes any Items Forward of the current position
public ClearForwardItems ( ) : void
Результат void

ImportData() публичный Метод

Clears all items then adds all items from the log
public ImportData ( NavigationLog log ) : void
log NavigationLog
Результат void

NavigateBack() публичный Метод

Navigates backwards one item
public NavigateBack ( ) : IListItemEx
Результат IListItemEx

NavigateForward() публичный Метод

Navigates forwards one item
public NavigateForward ( ) : IListItemEx
Результат IListItemEx

NavigationLog() публичный Метод

A generic constructor
public NavigationLog ( IListItemEx StartingLocation ) : System.Collections.Generic
StartingLocation IListItemEx This location will be added as the first item in
Результат System.Collections.Generic