LanguageService.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 for the auto-outlining callback to finish.
public:
virtual int QueryWaitForAutoOutliningCallback([Runtime::InteropServices::Out] int % fWait);
public virtual int QueryWaitForAutoOutliningCallback (out int fWait);
abstract member QueryWaitForAutoOutliningCallback : int -> int
override this.QueryWaitForAutoOutliningCallback : int -> int
Public Overridable Function QueryWaitForAutoOutliningCallback (ByRef fWait As Integer) As Integer
Parameters
- fWait
- Int32
[out] Always returns 1.
Returns
Returns VSConstants.S_OK.