IVsPropertyPageFrame Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodCanShowPropertyPages(Int32)

Verifies that the Property Pages can be displayed.

System_CAPS_pubmethodHideFrame()

Hides the property page.

System_CAPS_pubmethodReportError(Int32)

Reports a COM (HRESULT) error.

System_CAPS_pubmethodShowFrame(Guid)

Shows the property page specified by a CLSID.

System_CAPS_pubmethodShowFrameDISPID(Int32)

Shows the property page specified by a dispatch ID (DISPID).

System_CAPS_pubmethodUpdate()

Updates the property pages.

System_CAPS_pubmethodUpdateAfterApply()

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).

Return to top
Show: