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

VsWebSite Namespace