IVsPrefetchProjectFactory.PrepareProjects 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 PrepareProjects(System::String ^ szActiveSolutionConfiguration, System::UInt32 dwSolutionLoadFlags, int count, cli::array <Microsoft::VisualStudio::Shell::Interop::VsProjectLoadInfo> ^ rgPprojects, Microsoft::VisualStudio::Shell::Interop::IVsPrefetchLoadProgress ^ pProgress);
void PrepareProjects(std::wstring const & szActiveSolutionConfiguration, unsigned int dwSolutionLoadFlags, int count, std::Array <Microsoft::VisualStudio::Shell::Interop::VsProjectLoadInfo> const & rgPprojects, Microsoft::VisualStudio::Shell::Interop::IVsPrefetchLoadProgress const & pProgress);
public void PrepareProjects (string szActiveSolutionConfiguration, uint dwSolutionLoadFlags, int count, Microsoft.VisualStudio.Shell.Interop.VsProjectLoadInfo[] rgPprojects, Microsoft.VisualStudio.Shell.Interop.IVsPrefetchLoadProgress pProgress);
abstract member PrepareProjects : string * uint32 * int * Microsoft.VisualStudio.Shell.Interop.VsProjectLoadInfo[] * Microsoft.VisualStudio.Shell.Interop.IVsPrefetchLoadProgress -> unit
Public Sub PrepareProjects (szActiveSolutionConfiguration As String, dwSolutionLoadFlags As UInteger, count As Integer, rgPprojects As VsProjectLoadInfo(), pProgress As IVsPrefetchLoadProgress)
Parameters
- szActiveSolutionConfiguration
- String
- dwSolutionLoadFlags
- UInt32
- count
- Int32
- rgPprojects
- VsProjectLoadInfo[]
- pProgress
- IVsPrefetchLoadProgress