Compartilhar via


IVsRegisterProjectSelector.RegisterProjectSelector Method

Definition

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

Applies to