TextCompletionContext.CommandLineText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
分割之前命令行的完整文字,包括任何其他空格符。
public:
property System::String ^ CommandLineText { System::String ^ get(); };
public string CommandLineText { get; }
member this.CommandLineText : string
Public ReadOnly Property CommandLineText As String