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

属性值

要用于输出的文本编写器。

适用于

另请参阅