C# Class X.Extensions.UI.ShellWithExtensions

Inheritance: Windows.UI.Xaml.Controls.Control, IExtensionHost
Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Свойство Type Description
ContentMainProperty Windows.UI.Xaml.DependencyProperty
FooterProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
OnApplyTemplate ( ) : void

Private Methods

Méthode Description
Shell_Loaded ( object sender, RoutedEventArgs e ) : void
Shell_Unloaded ( object sender, RoutedEventArgs e ) : void

Method Details

CloseExtension() public méthode

public CloseExtension ( System.Guid extGuid ) : void
extGuid System.Guid
Résultat void

InitExtensions() public méthode

public InitExtensions ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

LaunchExtension() public méthode

public LaunchExtension ( System.Guid extGuid ) : void
extGuid System.Guid
Résultat void

OnApplyTemplate() protected méthode

protected OnApplyTemplate ( ) : void
Résultat void

OnPaneLoad() public méthode

public OnPaneLoad ( ) : void
Résultat void

OnPaneUnload() public méthode

public OnPaneUnload ( ) : void
Résultat void

RecieveMessage() public méthode

public RecieveMessage ( object message ) : void
message object
Résultat void

ShellWithExtensions() public méthode

public ShellWithExtensions ( ) : CoreLib.Extensions
Résultat CoreLib.Extensions

UnInitExtensions() public méthode

public UnInitExtensions ( ) : void
Résultat void

oneTimeInit() public méthode

public oneTimeInit ( ) : void
Résultat void

Property Details

ContentMainProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ContentMainProperty
Résultat Windows.UI.Xaml.DependencyProperty

FooterProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml FooterProperty
Résultat Windows.UI.Xaml.DependencyProperty