LanguageService.QueryWaitForAutoOutliningCallback Method
Determines whether to wait for the auto-outlining callback to finish.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.12.0 (in Microsoft.VisualStudio.Package.LanguageService.12.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Syntax
'Declaration
Public Overridable Function QueryWaitForAutoOutliningCallback ( _
<OutAttribute> ByRef fWait As Integer _
) As Integer
public virtual int QueryWaitForAutoOutliningCallback(
out int fWait
)
public:
virtual int QueryWaitForAutoOutliningCallback(
[OutAttribute] int% fWait
)
abstract QueryWaitForAutoOutliningCallback :
fWait:int byref -> int
override QueryWaitForAutoOutliningCallback :
fWait:int byref -> int
public function QueryWaitForAutoOutliningCallback(
fWait : int
) : int
Parameters
fWait
Type: Int32%[out] Always returns 1.
Return Value
Type: Int32
Returns VSConstants.S_OK.
Implements
IVsAutoOutliningClient.QueryWaitForAutoOutliningCallback(Int32%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.