DesignerDocDataService.IVsRunningDocTableEvents.OnAfterAttributeChange 方法

调用,在属性在运行后的文档已更改文档表。

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

语法

声明
Private Function OnAfterAttributeChange ( _
    docCookie As UInteger, _
    attribs As UInteger _
) As Integer Implements IVsRunningDocTableEvents.OnAfterAttributeChange
int IVsRunningDocTableEvents.OnAfterAttributeChange(
    uint docCookie,
    uint attribs
)

参数

  • docCookie
    类型:System.UInt32
    文档数据对象的标识符在运行的文档表。

返回值

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

实现

IVsRunningDocTableEvents.OnAfterAttributeChange(UInt32, UInt32)

备注

默认情况下处于未实现。

.NET Framework 安全性

请参见

参考

DesignerDocDataService 类

Microsoft.VisualStudio.Shell.Design.Serialization 命名空间