Share via


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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsExtensibility3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace