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

寫入串流的字串。

適用於

另請參閱