IVsTaskList.SetSilentOutputMode(Int32) Method
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.
Sets the UI output mode the task list should follow.
public:
int SetSilentOutputMode(int fSilent);
public:
int SetSilentOutputMode(int fSilent);
int SetSilentOutputMode(int fSilent);
public int SetSilentOutputMode (int fSilent);
abstract member SetSilentOutputMode : int -> int
Public Function SetSilentOutputMode (fSilent As Integer) As Integer
Parameters
- fSilent
- Int32
[in] If true
, do not display a UI.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsTaskList::SetSilentOutputMode(
[in] BOOL fSilent
);