IDkmDeploymentCommandCallback.OnStdOut(DkmDeploymentCommand, String) Yöntem

Tanım

Hedefin stdout 'a yazdığının göstergesi. Bu, DkmDeploymentCommandFlags. CombineStdErr bayrağı kullanılıyorsa StdErr için de kullanılır.

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)

Parametreler

deploymentCommand
DkmDeploymentCommand

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

text
String

'Ndaki Stdout 'a yazılan metin.

Şunlara uygulanır