PredictionContext.Create(String) Method
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.
Creates a context instance from the user input line.
public static System.Management.Automation.Subsystem.Prediction.PredictionContext Create (string input);
static member Create : string -> System.Management.Automation.Subsystem.Prediction.PredictionContext
Public Shared Function Create (input As String) As PredictionContext
Parameters
- input
- String
The user input.
Returns
A PredictionContext object.