DesignerDocDataService::IVsRunningDocTableEvents::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 attribs ) sealed = IVsRunningDocTableEvents::OnAfterAttributeChange
Parameters
- docCookie
-
Type:
System::UInt32
The identifier of the document data object in the Running Document Table.
- attribs
-
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 is not implemented.
Show: