IVsExtensibility3.FireCodeModelEvent3 Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Function FireCodeModelEvent3 ( _
dispid As Integer, _
pParent As Object, _
pElement As Object, _
changeKind As Integer _
) As Integer
int FireCodeModelEvent3(
int dispid,
Object pParent,
Object pElement,
int changeKind
)
int FireCodeModelEvent3(
[InAttribute] int dispid,
[InAttribute] Object^ pParent,
[InAttribute] Object^ pElement,
[InAttribute] int changeKind
)
abstract FireCodeModelEvent3 :
dispid:int *
pParent:Object *
pElement:Object *
changeKind:int -> int
function FireCodeModelEvent3(
dispid : int,
pParent : Object,
pElement : Object,
changeKind : int
) : int
Parameters
- dispid
Type: System.Int32
- pParent
Type: System.Object
- pElement
Type: System.Object
- changeKind
Type: System.Int32
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.