C# Класс CsDebugScript.VS.VSInteractiveWindowControl

Interaction logic for VSInteractiveWindowControl.
Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
VSInteractiveWindowControl ( ) : System.Collections.Generic

Initializes a new instance of the VSInteractiveWindowControl class.

Приватные методы

Метод Описание
AddSpacing ( FrameworkElement element ) : void
AddSpacing ( UIElement uiElement ) : void
CreateCSharpCode ( string code ) : UIElement
CreateDbgCode ( string text ) : UIElement
CreateTextOutput ( string textOutput, bool error = false ) : UIElement
MakeEnabled ( bool enabled ) : void
TextEditor_CloseRequested ( ) : void
TextEditor_CommandExecuted ( bool csharpCode, string textOutput, IEnumerable objectsOutput ) : void
TextEditor_CommandFailed ( bool csharpCode, string textOutput, string errorOutput ) : void
TextEditor_Executing ( bool started ) : void
TextEditor_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
button1_Click ( object sender, RoutedEventArgs e ) : void

Описание методов

VSInteractiveWindowControl() публичный Метод

Initializes a new instance of the VSInteractiveWindowControl class.
public VSInteractiveWindowControl ( ) : System.Collections.Generic
Результат System.Collections.Generic