共用方式為


ScriptStream.Write(String) 方法

定義

將指定的字串寫入至資料流。 字串會寫入至 Out 資料流。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 static void Write(System::String ^ str);
public static void Write (string str);
static member Write : string -> unit
Public Shared Sub Write (str As String)

參數

str
String

要寫入資料流的字串。

適用於

另請參閱