Share via


VSWebProjectItem.WaitUntilReady Method

Waits until the project item is ready to continue.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
Sub WaitUntilReady
'Usage
Dim instance As VSWebProjectItem

instance.WaitUntilReady()
void WaitUntilReady()
void WaitUntilReady()
function WaitUntilReady()

Remarks

This method blocks the caller until all IntelliSense changes have been processed. IntelliSense is managed asynchronously. Therefore, this method provides a synchronization mechanism.

.NET Framework Security

See Also

Reference

VSWebProjectItem Interface

VSWebProjectItem Members

VsWebSite Namespace