Share via


RdtListener.OnAfterAttributeChange Method

Called after an attribute change.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overridable Function OnAfterAttributeChange ( _
    docCookie As UInteger, _
    grfAttribs As UInteger _
) As Integer
'Usage
Dim instance As RdtListener
Dim docCookie As UInteger
Dim grfAttribs As UInteger
Dim returnValue As Integer

returnValue = instance.OnAfterAttributeChange(docCookie, _
    grfAttribs)
public virtual int OnAfterAttributeChange(
    uint docCookie,
    uint grfAttribs
)
public:
virtual int OnAfterAttributeChange(
    unsigned int docCookie, 
    unsigned int grfAttribs
)
public function OnAfterAttributeChange(
    docCookie : uint, 
    grfAttribs : uint
) : int
abstract OnAfterAttributeChange : 
        docCookie:uint32 * 
        grfAttribs:uint32 -> int 
override OnAfterAttributeChange : 
        docCookie:uint32 * 
        grfAttribs:uint32 -> int 

Parameters

  • grfAttribs
    Type: System.UInt32
    Flags for the changed attributes

Return Value

Type: System.Int32
Returns VSConstants.S_OK.

Implements

IVsRunningDocTableEvents3.OnAfterAttributeChange(UInt32, UInt32)
IVsRunningDocTableEvents2.OnAfterAttributeChange(UInt32, UInt32)
IVsRunningDocTableEvents.OnAfterAttributeChange(UInt32, UInt32)

.NET Framework Security

See Also

Reference

RdtListener Class

RdtListener Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace