PredictiveSuggestion Class
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.
The class represents a predictive suggestion generated by a predictor.
public sealed class PredictiveSuggestion
[System.Runtime.CompilerServices.Nullable(0)]
[System.Runtime.CompilerServices.NullableContext(1)]
public sealed class PredictiveSuggestion
type PredictiveSuggestion = class
[<System.Runtime.CompilerServices.Nullable(0)>]
[<System.Runtime.CompilerServices.NullableContext(1)>]
type PredictiveSuggestion = class
Public NotInheritable Class PredictiveSuggestion
- Inheritance
-
PredictiveSuggestion
- Attributes
Constructors
PredictiveSuggestion(String, String) |
Initializes a new instance of the PredictiveSuggestion class. |
PredictiveSuggestion(String) |
Initializes a new instance of the PredictiveSuggestion class. |
Properties
SuggestionText |
Gets the suggestion. |
ToolTip |
Gets the tooltip of the suggestion. |