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