IVsRunningDocTableEvents3.OnAfterAttributeChange 方法 (UInt32, UInt32)

调用,在文档的属性在运行的文档表 (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 IVsRunningDocTableEvents3::OnAfterAttributeChange(
   [in] VSCOOKIE docCookie,
   [in] VSRDTATTRIB grfAttribs
);

.NET Framework 安全性

请参见

参考

IVsRunningDocTableEvents3 接口

OnAfterAttributeChange 重载

Microsoft.VisualStudio.Shell.Interop 命名空间