IVsAutoOutliningClient.QueryWaitForAutoOutliningCallback(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.
Determines whether to wait to de-persist outlining state.
public:
int QueryWaitForAutoOutliningCallback([Runtime::InteropServices::Out] int % fWait);
int QueryWaitForAutoOutliningCallback([Runtime::InteropServices::Out] int & fWait);
public int QueryWaitForAutoOutliningCallback (out int fWait);
abstract member QueryWaitForAutoOutliningCallback : int -> int
Public Function QueryWaitForAutoOutliningCallback (ByRef fWait As Integer) As Integer
Parameters
- fWait
- Int32
[out] Value is 0 to indicate no wait.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr2.idl:
HRESULT IVsAutoOutliningClient::QueryWaitForAutoOutliningCallback(
[out] BOOL *fWait
);