IVsSpecifyProjectDesignerPages.GetProjectDesignerPages(CAUUID[]) Method

Definition

Gets the pages of the project designer.

public:
 int GetProjectDesignerPages(cli::array <Microsoft::VisualStudio::OLE::Interop::CAUUID> ^ pPages);
int GetProjectDesignerPages(std::Array <Microsoft::VisualStudio::OLE::Interop::CAUUID> const & pPages);
public int GetProjectDesignerPages (Microsoft.VisualStudio.OLE.Interop.CAUUID[] pPages);
abstract member GetProjectDesignerPages : Microsoft.VisualStudio.OLE.Interop.CAUUID[] -> int
Public Function GetProjectDesignerPages (pPages As CAUUID()) As Integer

Parameters

pPages
CAUUID[]

[out] Pointer to a counted array of GUID types (CAUUID) specifying the designer pages.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to