Class FindResultsView
[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
- ResultsAvailable
Gets a boolean value indicates whether the find results available.
- 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.
- AddFindResults(IRangeList, bool)
Fills
FindResults
content from specified range list.
- Clear()
Clears list of results.
- Localize()
Localizes string resources.
Events
- FindResultClick
Occurs when particular search result was clicked.