NativeMethods.IVBFileCodeModelEvents.StartEdit Method
Signifies start of edit.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Function StartEdit As Integer
'Usage
Dim instance As NativeMethods..::..IVBFileCodeModelEvents
Dim returnValue As Integer
returnValue = instance.StartEdit()
int StartEdit()
int StartEdit()
function StartEdit() : int
abstract StartEdit : 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