ModelingErrorListProvider.IVsRunningDocTableEvents.OnAfterAttributeChange Method

Definition

IVsRunningDocTableEvents.OnAfterAttributeChange

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsRunningDocTableEvents.OnAfterAttributeChange(System::UInt32 docCookie, System::UInt32 grfAttribs) = Microsoft::VisualStudio::Shell::Interop::IVsRunningDocTableEvents::OnAfterAttributeChange;
int IVsRunningDocTableEvents.OnAfterAttributeChange (uint docCookie, uint grfAttribs);
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, grfAttribs As UInteger) As Integer Implements IVsRunningDocTableEvents.OnAfterAttributeChange

Parameters

docCookie
UInt32
grfAttribs
UInt32

Returns

Implements

Applies to