C# 클래스 X.Extensions.UI.ShellWithExtensions

상속: Windows.UI.Xaml.Controls.Control, IExtensionHost
파일 보기 프로젝트 열기: liquidboy/X

공개 프로퍼티들

프로퍼티 타입 설명
ContentMainProperty Windows.UI.Xaml.DependencyProperty
FooterProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
CloseExtension ( System.Guid extGuid ) : void
InitExtensions ( ) : System.Threading.Tasks.Task
LaunchExtension ( System.Guid extGuid ) : void
OnPaneLoad ( ) : void
OnPaneUnload ( ) : void
RecieveMessage ( object message ) : void
ShellWithExtensions ( ) : CoreLib.Extensions
UnInitExtensions ( ) : void
oneTimeInit ( ) : void

보호된 메소드들

메소드 설명
OnApplyTemplate ( ) : void

비공개 메소드들

메소드 설명
Shell_Loaded ( object sender, RoutedEventArgs e ) : void
Shell_Unloaded ( object sender, RoutedEventArgs e ) : void

메소드 상세

CloseExtension() 공개 메소드

public CloseExtension ( System.Guid extGuid ) : void
extGuid System.Guid
리턴 void

InitExtensions() 공개 메소드

public InitExtensions ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

LaunchExtension() 공개 메소드

public LaunchExtension ( System.Guid extGuid ) : void
extGuid System.Guid
리턴 void

OnApplyTemplate() 보호된 메소드

protected OnApplyTemplate ( ) : void
리턴 void

OnPaneLoad() 공개 메소드

public OnPaneLoad ( ) : void
리턴 void

OnPaneUnload() 공개 메소드

public OnPaneUnload ( ) : void
리턴 void

RecieveMessage() 공개 메소드

public RecieveMessage ( object message ) : void
message object
리턴 void

ShellWithExtensions() 공개 메소드

public ShellWithExtensions ( ) : CoreLib.Extensions
리턴 CoreLib.Extensions

UnInitExtensions() 공개 메소드

public UnInitExtensions ( ) : void
리턴 void

oneTimeInit() 공개 메소드

public oneTimeInit ( ) : void
리턴 void

프로퍼티 상세

ContentMainProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml ContentMainProperty
리턴 Windows.UI.Xaml.DependencyProperty

FooterProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,Windows.UI.Xaml FooterProperty
리턴 Windows.UI.Xaml.DependencyProperty