IVsAsynchOpenFromSccProjectEvents Members
Include Protected Members
Include Inherited Members
Provides progress information during asynchronous loading of a project or solution from source control.
The IVsAsynchOpenFromSccProjectEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnFilesDownloaded | Called during an asynchronous load to indicate one or more files have been downloaded. | |
OnLoadComplete | Called when an asynchronous load is done. | |
OnLoadFailed | Called when downloading of project content fails. |
Top