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