PredictiveSuggestion 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
PredictiveSuggestion(String)
public PredictiveSuggestion(string suggestion);new System.Management.Automation.Subsystem.PredictiveSuggestion : string -> System.Management.Automation.Subsystem.PredictiveSuggestionPublic Sub New (suggestion As String)Parameters
- suggestion
- String
Applies to
PredictiveSuggestion(String, String)
public PredictiveSuggestion(string suggestion, string toolTip);new System.Management.Automation.Subsystem.PredictiveSuggestion : string * string -> System.Management.Automation.Subsystem.PredictiveSuggestionPublic Sub New (suggestion As String, toolTip As String)Parameters
- suggestion
- String
- toolTip
- String