IVsPropertyPageFrame.ShowFrame(Guid) 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.
Shows the property page specified by a CLSID.
public:
int ShowFrame(Guid clsidInitialPage);
public int ShowFrame (Guid clsidInitialPage);
abstract member ShowFrame : Guid -> int
Public Function ShowFrame (clsidInitialPage As Guid) As Integer
Parameters
- clsidInitialPage
- Guid
[in] The class identifier (CLSID) for the property page.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
[C++]
HRESULT IVsPropertyPageFrame::ShowFrame
(CLSID clsidInitialPage
);