Share via


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
'Usage
Dim instance As VSWebSite

instance.WaitUntilReady()
void WaitUntilReady()
void WaitUntilReady()
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 Members

VsWebSite Namespace

EnvDTE

Other Resources

Referencing Automation Assemblies and the DTE2 Object