OutOfProcessNodeInstance.OnOutputDataReceived(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
每當 Node.js 進程發出行至其 stdout 時,就會叫用虛擬方法。
protected:
virtual void OnOutputDataReceived(System::String ^ outputData);
protected virtual void OnOutputDataReceived (string outputData);
abstract member OnOutputDataReceived : string -> unit
override this.OnOutputDataReceived : string -> unit
Protected Overridable Sub OnOutputDataReceived (outputData As String)
參數
- outputData
- String
發出至 Node.js 進程的 stdout 行。