C# Класс GraphicalDebugging.GraphicalWatchControl

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

Private Properties

Свойство Тип Описание
DebuggerEvents_OnEnterBreakMode void
ResetAt void
SelectAt void
UpdateItem void
UpdateItems void
VSColorTheme_ThemeChanged void
VariableItem_NameChanged void
dataGrid_PreviewKeyDown void

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

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

Initializes a new instance of the GraphicalWatchControl class.

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

Метод Описание
DebuggerEvents_OnEnterBreakMode ( dbgEventReason Reason, dbgExecutionAction &ExecutionAction ) : void
ResetAt ( GraphicalDebugging.VariableItem item, int index ) : void
SelectAt ( int index, bool isNew = false ) : void
UpdateItem ( int index ) : void
UpdateItems ( ) : void
VSColorTheme_ThemeChanged ( ThemeChangedEventArgs e ) : void
VariableItem_NameChanged ( object sender, System e ) : void
dataGrid_PreviewKeyDown ( object sender, System e ) : void

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

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

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