IDkmDeploymentCommandCallback.OnStdErr(DkmDeploymentCommand, String) Yöntem

Tanım

Hedefin stderr 'e yazdığının göstergesi. DkmDeploymentCommandFlags. CombineStdErr bayrağı kullanılırsa bu kullanılmaz. Stderr ve STDOUT çıkışının eşitlenmediğini, bu nedenle bir programın stderr 'den önce stdout 'a yazması durumunda, bir dinleyici yalnızca stderr çıktısını alabilir (veya tam tersi).

public:
 void OnStdErr(Microsoft::VisualStudio::Debugger::DefaultPort::DkmDeploymentCommand ^ deploymentCommand, System::String ^ text);
public void OnStdErr (Microsoft.VisualStudio.Debugger.DefaultPort.DkmDeploymentCommand deploymentCommand, string text);
abstract member OnStdErr : Microsoft.VisualStudio.Debugger.DefaultPort.DkmDeploymentCommand * string -> unit
Public Sub OnStdErr (deploymentCommand As DkmDeploymentCommand, text As String)

Parametreler

deploymentCommand
DkmDeploymentCommand

'Ndaki Hedef bilgisayarda yürütülen rastgele bir yürütülebiliri temsil eden nesne.

text
String

'Ndaki Stderr 'e yazılan metin.

Şunlara uygulanır