IVsSpecifyProjectDesignerPages.GetProjectDesignerPages(CAUUID[]) 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.
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.