DesignerDocDataService.IVsRunningDocTableEvents2.OnAfterAttributeChange Method

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

Syntax

'宣言
Private Function OnAfterAttributeChange ( _
    docCookie As UInteger, _
    grfAttribs As UInteger _
) As Integer Implements IVsRunningDocTableEvents2.OnAfterAttributeChange
'使用
Dim instance As DesignerDocDataService
Dim docCookie As UInteger
Dim grfAttribs As UInteger
Dim returnValue As Integer

returnValue = CType(instance, IVsRunningDocTableEvents2).OnAfterAttributeChange(docCookie, _
    grfAttribs)
int IVsRunningDocTableEvents2.OnAfterAttributeChange(
    uint docCookie,
    uint grfAttribs
)
private:
virtual int OnAfterAttributeChange(
    unsigned int docCookie, 
    unsigned int grfAttribs
) sealed = IVsRunningDocTableEvents2::OnAfterAttributeChange
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsRunningDocTableEvents2.OnAfterAttributeChange(UInt32, UInt32)

Permissions

See Also

Reference

DesignerDocDataService Class

DesignerDocDataService Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace