AutocompleteItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AutocompleteItem() |
Initializes a new instance of the AutocompleteItem class. |
AutocompleteItem(String, String) |
Initializes a new instance of the AutocompleteItem class. |
AutocompleteItem()
- Source:
- AutocompleteItem.cs
Initializes a new instance of the AutocompleteItem class.
public AutocompleteItem ();
Public Sub New ()
Applies to
AutocompleteItem(String, String)
- Source:
- AutocompleteItem.cs
Initializes a new instance of the AutocompleteItem class.
public AutocompleteItem (string text = default, string queryPlusText = default);
new Microsoft.Azure.Search.Models.AutocompleteItem : string * string -> Microsoft.Azure.Search.Models.AutocompleteItem
Public Sub New (Optional text As String = Nothing, Optional queryPlusText As String = Nothing)
Parameters
- text
- String
The completed term.
- queryPlusText
- String
The query along with the completed term.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET