VSWebSite.WaitUntilReady Method

Blocks all method calls until background processes have finished executing.

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 call is necessary only in the rare case when you have added references to the project and want to make sure the site has finished updating the references before you continue. Most method calls are automatically blocked until background processes are complete.

.NET Framework Security

See Also

Reference

VSWebSite Interface

VsWebSite Namespace

EnvDTE

Other Resources

Referencing Automation Assemblies and the DTE2 Object