IVsPropertyPageFrame.UpdateAfterApply 方法

更新属性页,在任何属性页值已应用于基础对象后 (在完成所有后调用 ApplyIPropertyPage 接口的方法)。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
Function UpdateAfterApply As Integer
int UpdateAfterApply()

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

如果任何调用。 Apply 失败,此方法不会更新属性页。

.NET Framework 安全性

请参见

参考

IVsPropertyPageFrame 接口

Microsoft.VisualStudio.Shell.Interop 命名空间