NativeMethods.IVBFileCodeModelEvents.EndEdit Method
Signifies end of edit.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Function EndEdit As Integer
'Usage
Dim instance As NativeMethods..::..IVBFileCodeModelEvents
Dim returnValue As Integer
returnValue = instance.EndEdit()
int EndEdit()
int EndEdit()
function EndEdit() : int
abstract EndEdit : unit -> int
Return Value
Type: System.Int32
.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.
See Also
Reference
NativeMethods.IVBFileCodeModelEvents Interface