VsDebugTargetInfo3.fSendToOutputWindow Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
BOOL - if true, stdout and stderr are to be routed to the output window.
public: int fSendToOutputWindow;
public: bool fSendToOutputWindow;
public: int fSendToOutputWindow;
int fSendToOutputWindow;
[System.Runtime.InteropServices.ComAliasName("OLE.BOOL")]
public int fSendToOutputWindow;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.BOOL")]
public bool fSendToOutputWindow;
[<System.Runtime.InteropServices.ComAliasName("OLE.BOOL")>]
val mutable fSendToOutputWindow : int
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.BOOL")>]
val mutable fSendToOutputWindow : bool
Public fSendToOutputWindow As Integer
Public fSendToOutputWindow As Boolean
Field Value
- Attributes