C# Class WinRTXamlToolkit.Debugging.Views.DebugConsoleView

Inheritance: Windows.UI.Xaml.Controls.UserControl
Mostrar archivo Open project: xyzzer/WinRTXamlToolkit Class Usage Examples

Public Methods

Method Description
DebugConsoleView ( ) : System.ComponentModel

Private Methods

Method Description
Append ( string line ) : void
Clear ( ) : void
Collapse ( ) : System.Threading.Tasks.Task
Expand ( ) : System.Threading.Tasks.Task
ShowLog ( ) : void
ShowVisualTreeAsync ( UIElement element = null ) : System.Threading.Tasks.Task
Window_OnClosing ( object sender, CancelEventArgs e ) : void

Method Details

DebugConsoleView() public method

public DebugConsoleView ( ) : System.ComponentModel
return System.ComponentModel