VSWebProjectItem.WaitUntilReady Method ()

 

Waits until the project item is ready to continue.

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

Syntax

void WaitUntilReady()
void WaitUntilReady()
abstract WaitUntilReady : unit -> unit
Sub 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.

See Also

VSWebProjectItem Interface
VsWebSite Namespace

Return to top