IVsPropertyPageFrame Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | CanShowPropertyPages(Int32) | Verifies that the Property Pages can be displayed. |
![]() | HideFrame() | Hides the property page. |
![]() | ReportError(Int32) | Reports a COM (HRESULT) error. |
![]() | ShowFrame(Guid) | Shows the property page specified by a CLSID. |
![]() | ShowFrameDISPID(Int32) | Shows the property page specified by a dispatch ID (DISPID). |
![]() | Update() | Updates the property pages. |
![]() | UpdateAfterApply() | Updates the property page after all property page values have been applied to the underlying objects (after completion of all calls to the Apply method of the IPropertyPage interface). |
Show:
