Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
IVsRunningDocTableEvents.OnAfterAttributeChange
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Private Function OnAfterAttributeChange ( _
docCookie As UInteger, _
grfAttribs As UInteger _
) As Integer Implements IVsRunningDocTableEvents.OnAfterAttributeChange
int IVsRunningDocTableEvents.OnAfterAttributeChange(
uint docCookie,
uint grfAttribs
)
private:
virtual int OnAfterAttributeChange(
unsigned int docCookie,
unsigned int grfAttribs
) sealed = IVsRunningDocTableEvents::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: UInt32
- grfAttribs
Type: UInt32
Return Value
Type: Int32
Implements
IVsRunningDocTableEvents.OnAfterAttributeChange(UInt32, UInt32)
.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.