Share via


DesignerDocDataService.IVsRunningDocTableEvents2.OnAfterAttributeChange Method

Called after an attribute has changed on a document in the Running Document Table.

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Private Function OnAfterAttributeChange ( _
    docCookie As UInteger, _
    grfAttribs As UInteger _
) As Integer Implements IVsRunningDocTableEvents2.OnAfterAttributeChange
int IVsRunningDocTableEvents2.OnAfterAttributeChange(
    uint docCookie,
    uint grfAttribs
)
private:
virtual int OnAfterAttributeChange(
    unsigned int docCookie, 
    unsigned int grfAttribs
) sealed = IVsRunningDocTableEvents2::OnAfterAttributeChange
private abstract OnAfterAttributeChange : 
        docCookie:uint32 * 
        grfAttribs:uint32 -> int 
private override OnAfterAttributeChange : 
        docCookie:uint32 * 
        grfAttribs:uint32 -> int 
JScript does not support explicit interface implementations.

Parameters

  • docCookie
    Type: System.UInt32
    The identifier of the document data object in the Running Document Table.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsRunningDocTableEvents2.OnAfterAttributeChange(UInt32, UInt32)

Remarks

By default this method is not implemented.

.NET Framework Security

See Also

Reference

DesignerDocDataService Class

Microsoft.VisualStudio.Shell.Design.Serialization Namespace