Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.