IVsComponentSelectorProvider::GetComponentSelectorPage Method (Guid, array<VSPROPSHEETPAGE>^)
Visual Studio 2015
Used by a VSPackage to provide pages to a component picker.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
int GetComponentSelectorPage( [InAttribute] Guid% rguidPage, array<VSPROPSHEETPAGE>^ ppage )
Parameters
- rguidPage
-
Type:
System::Guid
[in] Specifies page GUID.
- ppage
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::VSPROPSHEETPAGE>^
[in, out] On input, null. On output, pointer to the page.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsComponentSelectorProvider::GetComponentSelectorPage( [in] REFGUID rguidPage, [in, out] VSPROPSHEETPAGE *pPage );
Show: