Table of Contents

Class FindResultsView

Namespace
Alternet.Scripter.Debugger.UI.MAUI
Assembly
Alternet.Scripter.Debugger.UI.MAUI.v10.dll
[WinRTRuntimeClassName("Microsoft.UI.Xaml.Data.INotifyPropertyChanged")]
[WinRTExposedType(typeof(Alternet_Scripter_Debugger_UI_MAUI_LocalsViewWinRTTypeDetails))]
public class FindResultsView : ContentView, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IDebuggerFindResultsPanel
Inheritance
FindResultsView
Implements

Constructors

FindResultsView()

Initializes a new instance of the FindResultsView class.

Properties

FindResultsList
ResultsAvailable

Gets a boolean value indicates whether the find results available.

SelectedIndex
SelectedItem
SelectedRange

Gets IFileRange related to the selected found result.

ShowFileNames

Gets or sets a value indicating whether the control should display the file name for the found result.

ShowFilePath

Gets or sets a value indicating whether the control should display the full file path for the found result.

ShowLineNumbers

Gets or sets a value indicating whether the control should display a line number for the found result.

ShowSourceText

Gets or sets a value indicating whether the control should display source text for the found result.

Methods

AddFindResult(IFileRange)

Adds specified range to the collection of search results.

AddFindResultCore(IFileRange)
AddFindResults(IRangeList, bool)

Fills FindResults content from specified range list.

Clear()

Clears list of results.

ColumnsChanged()
Localize()

Localizes string resources.

UpdateContent()

Events

FindResultClick

Occurs when particular search result was clicked.