IVsRegisterPrefetchProjectFactory.RegisterPrefetchProjectFactory 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 RegisterPrefetchProjectFactory(Guid % guidPrefetchFactory, Microsoft::VisualStudio::Shell::Interop::IVsPrefetchProjectFactory ^ pProjectFactory, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie);
public void RegisterPrefetchProjectFactory (ref Guid guidPrefetchFactory, Microsoft.VisualStudio.Shell.Interop.IVsPrefetchProjectFactory pProjectFactory, out uint pdwCookie);
abstract member RegisterPrefetchProjectFactory : Guid * Microsoft.VisualStudio.Shell.Interop.IVsPrefetchProjectFactory * uint32 -> unit
Public Sub RegisterPrefetchProjectFactory (ByRef guidPrefetchFactory As Guid, pProjectFactory As IVsPrefetchProjectFactory, ByRef pdwCookie As UInteger)
Parameters
- guidPrefetchFactory
- Guid
- pProjectFactory
- IVsPrefetchProjectFactory
- pdwCookie
- UInt32