PageExecutionContext.TextWriter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來呈現文件的文字寫入器。
public:
property System::IO::TextWriter ^ TextWriter { System::IO::TextWriter ^ get(); void set(System::IO::TextWriter ^ value); };
public System.IO.TextWriter TextWriter { get; set; }
member this.TextWriter : System.IO.TextWriter with get, set
Public Property TextWriter As TextWriter
屬性值
用來呈現文件的文字寫入器。
備註
文字寫入器可讓取用者將標記寫入輸出資料流程,以進行選取對應。