WaitForIntellisenseReady Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Function WaitForIntellisenseReady As Integer
'Usage
Dim instance As IVsIntellisenseProject
Dim returnValue As Integer

returnValue = instance.WaitForIntellisenseReady()
int WaitForIntellisenseReady()
int WaitForIntellisenseReady()
abstract WaitForIntellisenseReady : unit -> int 
function WaitForIntellisenseReady() : int

Return Value

Type: System..::..Int32

See Also

Reference

IVsIntellisenseProject Interface

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace