C# 클래스 BExplorer.Shell.NavigationLog

Represents a log of where the user has navigated through the file system
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

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