DesignerDocDataService.IVsRunningDocTableEvents2.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.IVsRunningDocTableEvents2.OnAfterAttributeChange(System::UInt32 docCookie, System::UInt32 grfAttribs) = Microsoft::VisualStudio::Shell::Interop::IVsRunningDocTableEvents2::OnAfterAttributeChange;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents2.OnAfterAttributeChange(unsigned int docCookie, unsigned int grfAttribs) = Microsoft::VisualStudio::Shell::Interop::IVsRunningDocTableEvents2::OnAfterAttributeChange;
int Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents2.OnAfterAttributeChange(unsigned int docCookie, unsigned int grfAttribs);
int IVsRunningDocTableEvents2.OnAfterAttributeChange (uint docCookie, uint grfAttribs);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents2.OnAfterAttributeChange : uint32 * uint32 -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents2.OnAfterAttributeChange : uint32 * uint32 -> int
Function OnAfterAttributeChange (docCookie As UInteger, grfAttribs As UInteger) As Integer Implements IVsRunningDocTableEvents2.OnAfterAttributeChange
Parameters
- docCookie
- UInt32
The identifier of the document data object in the Running Document Table.
- grfAttribs
- 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.