Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Private Function OnAfterAttributeChange ( _
docCookie As UInteger, _
grfAttribs As UInteger _
) As Integer Implements IVsRunningDocTableEvents.OnAfterAttributeChange
'使用
Dim instance As ModelingErrorListProvider
Dim docCookie As UInteger
Dim grfAttribs As UInteger
Dim returnValue As Integer
returnValue = CType(instance, IVsRunningDocTableEvents).OnAfterAttributeChange(docCookie, _
grfAttribs)
int IVsRunningDocTableEvents.OnAfterAttributeChange(
uint docCookie,
uint grfAttribs
)
private:
virtual int OnAfterAttributeChange(
unsigned int docCookie,
unsigned int grfAttribs
) sealed = IVsRunningDocTableEvents::OnAfterAttributeChange
JScript does not support explicit interface implementations.
Parameters
- docCookie
Type: System.UInt32
- grfAttribs
Type: System.UInt32
Return Value
Type: System.Int32
Implements
IVsRunningDocTableEvents.OnAfterAttributeChange(UInt32, UInt32)
Permissions
- 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.
See Also
Reference
ModelingErrorListProvider Class