IVsPropertyPageFrame.UpdateAfterApply Method

Definition

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.

Applies to