C# 클래스 StoryTeller.UserInterface.Shell

Interaction logic for Shell.xaml
상속: System.Windows.Controls.UserControl, IApplicationShell
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

Private Properties

프로퍼티 타입 설명
findExplorerItem System.Windows.Controls.TabItem

공개 메소드들

메소드 설명
IApplicationShell ( ) : void
LockAsInvalidBinaryState ( ) : void
PlaceInExplorerPane ( object view, string text ) : void
Register ( Registry registry ) : void
RemoveFromExplorerPane ( object view ) : void
Shell ( ) : System
ShowTestExplorerTree ( ) : void

비공개 메소드들

메소드 설명
findExplorerItem ( object view ) : System.Windows.Controls.TabItem

메소드 상세

IApplicationShell() 공개 메소드

public IApplicationShell ( ) : void
리턴 void

LockAsInvalidBinaryState() 공개 메소드

public LockAsInvalidBinaryState ( ) : void
리턴 void

PlaceInExplorerPane() 공개 메소드

public PlaceInExplorerPane ( object view, string text ) : void
view object
text string
리턴 void

Register() 공개 메소드

public Register ( Registry registry ) : void
registry Registry
리턴 void

RemoveFromExplorerPane() 공개 메소드

public RemoveFromExplorerPane ( object view ) : void
view object
리턴 void

Shell() 공개 메소드

public Shell ( ) : System
리턴 System

ShowTestExplorerTree() 공개 메소드

public ShowTestExplorerTree ( ) : void
리턴 void