ViewContext.Writer 属性  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 TextWriter 用于写入输出的 。
public:
 property System::IO::TextWriter ^ Writer { System::IO::TextWriter ^ get(); void set(System::IO::TextWriter ^ value); };public System.IO.TextWriter Writer { get; set; }member this.Writer : System.IO.TextWriter with get, setPublic Property Writer As TextWriter