DesignerDocDataService.IVsRunningDocTableEvents.OnAfterAttributeChange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called after an attribute has changed on a document in the Running Document Table.
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
Parameters
- docCookie
- UInt32
The identifier of the document data object in the Running Document Table.
- attribs
- UInt32
__VSRDTATTRIB flags for the attributes that have changed.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.