IVsPropertyPageFrame::ShowFrame Method (Guid)
Visual Studio 2015
Shows the property page specified by a CLSID.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- clsidInitialPage
-
Type:
System::Guid
[in] The class identifier (CLSID) for the property page.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
[C++]
HRESULT IVsPropertyPageFrame::ShowFrame (CLSID clsidInitialPage );
Show: