Campo VsDebugTargetInfo.fSendStdoutToOutputWindow
Publicado: abril de 2016
Especifica que stdout e stderr devem ser roteados para a janela de saída de depuração.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
[ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")]
public int fSendStdoutToOutputWindow
public:
[ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")]
int fSendStdoutToOutputWindow
[<ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")>]
val mutable fSendStdoutToOutputWindow : int
<ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.BOOL")>
Public fSendStdoutToOutputWindow As Integer
Valor de Campo
Type: System.Int32
Comentários
COM assinatura
De vsshell.idl:
Consulte também
Estrutura VsDebugTargetInfo
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo