IVsRunningDocTableEvents.OnAfterAttributeChange 方法

调用在文档的属性的上一个更改后在运行的文档表 (RDT)。

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

语法

声明
Function OnAfterAttributeChange ( _
    docCookie As UInteger, _
    grfAttribs As UInteger _
) As Integer
int OnAfterAttributeChange(
    uint docCookie,
    uint grfAttribs
)

参数

  • docCookie
    类型:System.UInt32
    [in] 表示属性已更改的文档的抽象值。

返回值

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

备注

,当文件的属性更改时,环境调用此方法:

COM 签名

从 vsshell.idl:

HRESULT IVsRunningDocTableEvents::OnAfterAttributeChange(
   [in] VSCOOKIE docCookie,
   [in] VSRDTATTRIB grfAttribs
);

.NET Framework 安全性

请参见

参考

IVsRunningDocTableEvents 接口

Microsoft.VisualStudio.Shell.Interop 命名空间