IVsExtensibility2.FireCodeModelEvent3 Method

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void FireCodeModelEvent3(int dispid, System::Object ^ pParent, EnvDTE::CodeElement ^ pElement, EnvDTE80::vsCMChangeKind changeKind);
public:
 void FireCodeModelEvent3(int dispid, Platform::Object ^ pParent, EnvDTE::CodeElement ^ pElement, EnvDTE80::vsCMChangeKind changeKind);
void FireCodeModelEvent3(int dispid, winrt::Windows::Foundation::IInspectable const & pParent, EnvDTE::CodeElement const & pElement, EnvDTE80::vsCMChangeKind changeKind);
public void FireCodeModelEvent3 (int dispid, object pParent, EnvDTE.CodeElement pElement, EnvDTE80.vsCMChangeKind changeKind);
abstract member FireCodeModelEvent3 : int * obj * EnvDTE.CodeElement * EnvDTE80.vsCMChangeKind -> unit
Public Sub FireCodeModelEvent3 (dispid As Integer, pParent As Object, pElement As CodeElement, changeKind As vsCMChangeKind)

Parameters

dispid
Int32
pParent
Object
pElement
CodeElement
changeKind
vsCMChangeKind

Applies to