IVsTaskList::SetSilentOutputMode Method (Int32)

 

Sets the UI output mode the task list should follow.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int SetSilentOutputMode(
	int fSilent
)

Parameters

fSilent
Type: System::Int32

[in] If true, do not display a UI.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsTaskList::SetSilentOutputMode(
   [in] BOOL fSilent
);
Return to top
Show: