TestConsole.Out 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
標準輸出的數據流寫入器。
public: property System::CommandLine::IO::IStandardStreamWriter ^ Out { public:
System::CommandLine::IO::IStandardStreamWriter ^ get(); protected:
void set(System::CommandLine::IO::IStandardStreamWriter ^ value); };
public System.CommandLine.IO.IStandardStreamWriter Out { get; protected set; }
member this.Out : System.CommandLine.IO.IStandardStreamWriter with get, set
Public Property Out As IStandardStreamWriter