IVsPropertyPageFrame Members
Include Protected Members
Include Inherited Members
Changes the initial display of the property page in the Properties window. You can get an instance of the interface from the SVsPropertyPageFrame (SID_SVsPropertyPageFrame) service.
The IVsPropertyPageFrame type exposes the following members.
Methods
Name | Description | |
---|---|---|
CanShowPropertyPages | Verifies that the Property Pages can be displayed. | |
HideFrame | Hides the property page. | |
ReportError | Reports a COM (HRESULT) error. | |
ShowFrame | Shows the property page specified by a CLSID. | |
ShowFrameDISPID | 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). |
Top