IDkmDeploymentCommandCallback.OnStdOut(DkmDeploymentCommand, String) Methode

Definition

Gibt an, dass das Ziel in stdout geschrieben wurde. Dies wird auch für stderr verwendet, wenn das Flag dkmdeploymentcommandflags. combinestderr verwendet wird.

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

Parameter

deploymentCommand
DkmDeploymentCommand

In Objekt, das eine beliebige ausführbare Datei darstellt, die auf dem Zielcomputer ausgeführt wird.

text
String

In Der in "stdout" geschriebene Text.

Gilt für