This topic has not yet been rated - Rate this topic

IVsAsynchOpenFromScc Interface

This interface supports asynchronous loading of projects from source control.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)

[GuidAttribute("99871A31-DB02-4DA9-98FB-89D8EDC700CE")] 
[InterfaceTypeAttribute(1)] 
public interface IVsAsynchOpenFromScc
/** @attribute GuidAttribute("99871A31-DB02-4DA9-98FB-89D8EDC700CE") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsAsynchOpenFromScc
GuidAttribute("99871A31-DB02-4DA9-98FB-89D8EDC700CE") 
InterfaceTypeAttribute(1) 
public interface IVsAsynchOpenFromScc

Notes to Implementers This interface is implemented by a source control package in order to support asynchronous (that is, background) loading of a project directly from source control. A source control package can implement this interface if it chooses.

Notes to Callers The environment calls this interface whenever it needs to load a project from source control. If a call to the LoadProjectAsynchronously method indicates that the project must be loaded in the background, then the environment calls the LoadProject method to start the loading process. The environment then calls the IsLoadingContent method periodically or listens for a call to OnLoadComplete to determine when loading is complete.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ