CodeGenerator.Output 屬性

定義

取得要用於輸出的文字寫入器。

protected:
 property System::IO::TextWriter ^ Output { System::IO::TextWriter ^ get(); };
protected System.IO.TextWriter Output { get; }
member this.Output : System.IO.TextWriter
Protected ReadOnly Property Output As TextWriter

屬性值

要用於輸出的文字寫入器。

適用於

另請參閱