Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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, _
attribs As UInteger _
) As Integer Implements IVsRunningDocTableEvents.OnAfterAttributeChange
'Usage
Dim instance As DesignerDocDataService
Dim docCookie As UInteger
Dim attribs As UInteger
Dim returnValue As Integer
returnValue = CType(instance, IVsRunningDocTableEvents).OnAfterAttributeChange(docCookie, _
attribs)
int IVsRunningDocTableEvents.OnAfterAttributeChange(
uint docCookie,
uint attribs
)
private:
virtual int OnAfterAttributeChange(
unsigned int docCookie,
unsigned int attribs
) sealed = IVsRunningDocTableEvents::OnAfterAttributeChange
private abstract OnAfterAttributeChange :
docCookie:uint32 *
attribs:uint32 -> int
private override OnAfterAttributeChange :
docCookie:uint32 *
attribs: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.
- attribs
Type: System.UInt32
__VSRDTATTRIB flags for the attributes that have changed.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsRunningDocTableEvents.OnAfterAttributeChange(UInt32, UInt32)
Remarks
By default this is not implemented.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.