IVsPropertyPageFrame.UpdateAfterApply 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.
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).
public:
int UpdateAfterApply();
public:
int UpdateAfterApply();
int UpdateAfterApply();
public int UpdateAfterApply ();
abstract member UpdateAfterApply : unit -> int
Public Function UpdateAfterApply () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
If any of the calls to Apply fail, this method does not update the property page.