TextCompletionContext.CommandLineText Property     
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 complete text of the command line prior to splitting, including any additional whitespace.
public:
 property System::String ^ CommandLineText { System::String ^ get(); };public string CommandLineText { get; }member this.CommandLineText : stringPublic ReadOnly Property CommandLineText As String