LanguageService::QueryWaitForAutoOutliningCallback Method (Int32)

 

Determines whether to wait for the auto-outlining callback to finish.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int QueryWaitForAutoOutliningCallback(
	[OutAttribute] int% fWait
)

Parameters

fWait
Type: System::Int32

[out] Always returns 1.

Return Value

Type: System::Int32

Returns VSConstants.S_OK.

Return to top
Show: