IVsPrefetchLoadProgress2.PrefetchResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void PrefetchResult(int count, cli::array <Microsoft::VisualStudio::Shell::Interop::VsPrefetchedProjectInfo> ^ rgProjects);
public void PrefetchResult (int count, Microsoft.VisualStudio.Shell.Interop.VsPrefetchedProjectInfo[] rgProjects);
abstract member PrefetchResult : int * Microsoft.VisualStudio.Shell.Interop.VsPrefetchedProjectInfo[] -> unit
Public Sub PrefetchResult (count As Integer, rgProjects As VsPrefetchedProjectInfo())
Parameters
- count
- Int32
- rgProjects
- VsPrefetchedProjectInfo[]