IVsTaskList::SetSilentOutputMode Method (Int32)
Visual Studio 2015
Sets the UI output mode the task list should follow.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- fSilent
-
Type:
System::Int32
[in] If true, do not display a UI.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsTaskList::SetSilentOutputMode(
[in] BOOL fSilent
);
Show: