DesignerDocDataService::IVsRunningDocTableEvents2::OnAfterAttributeChange Method (UInt32, UInt32)
Visual Studio 2015
Called after an attribute has changed on a document in the Running Document Table.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
private: virtual int OnAfterAttributeChange( unsigned int docCookie, unsigned int grfAttribs ) sealed = IVsRunningDocTableEvents2::OnAfterAttributeChange
Parameters
- docCookie
-
Type:
System::UInt32
The identifier of the document data object in the Running Document Table.
- grfAttribs
-
Type:
System::UInt32
__VSRDTATTRIB flags for the attributes that have changed.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
By default this method is not implemented.
Show: