Show / Hide Table of Contents

Property UnderlyingObject

| Edit this page View Source

UnderlyingObject

Gets or sets any underlying object for the suggestion.

Declaration
public object? UnderlyingObject { get; set; }
Property Value
Type Description
object
Remarks

This is helpful in cases where an underlying suggestion object is useful when completing a search. For example, when using a locator, the underlying SuggestResult should be used when accepting the suggestion for a search.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX