IVsComponentSelectorProvider::GetComponentSelectorPage Method (Guid, array<VSPROPSHEETPAGE>^)

 

Used by a VSPackage to provide pages to a component picker.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::Int32

If 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
);
Return to top
Show: