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.PredictionContextPublic Shared Function Create (input As String) As PredictionContextParameters
- input
- String
The user input.
Returns
A PredictionContext object.