DesignerDocDataService.IVsRunningDocTableEvents.OnAfterAttributeChange 方法

定义

在正在运行的文档表中的文档上更改属性后调用。

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents.OnAfterAttributeChange(System::UInt32 docCookie, System::UInt32 attribs) = Microsoft::VisualStudio::Shell::Interop::IVsRunningDocTableEvents::OnAfterAttributeChange;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents.OnAfterAttributeChange(unsigned int docCookie, unsigned int attribs) = Microsoft::VisualStudio::Shell::Interop::IVsRunningDocTableEvents::OnAfterAttributeChange;
int Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents.OnAfterAttributeChange(unsigned int docCookie, unsigned int attribs);
int IVsRunningDocTableEvents.OnAfterAttributeChange (uint docCookie, uint attribs);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents.OnAfterAttributeChange : uint32 * uint32 -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents.OnAfterAttributeChange : uint32 * uint32 -> int
Function OnAfterAttributeChange (docCookie As UInteger, attribs As UInteger) As Integer Implements IVsRunningDocTableEvents.OnAfterAttributeChange

参数

docCookie
UInt32

正在运行的文档表中的文档数据对象的标识符。

attribs
UInt32

__VSRDTATTRIB 已更改的属性的标志。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

实现

适用于