IVsExtensibility3.FireCodeModelEvent3(Int32, Object, Object, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int FireCodeModelEvent3(int dispid, System::Object ^ pParent, System::Object ^ pElement, int changeKind);
public:
int FireCodeModelEvent3(int dispid, Platform::Object ^ pParent, Platform::Object ^ pElement, int changeKind);
int FireCodeModelEvent3(int dispid, winrt::Windows::Foundation::IInspectable const & pParent, winrt::Windows::Foundation::IInspectable const & pElement, int changeKind);
public int FireCodeModelEvent3 (int dispid, object pParent, object pElement, int changeKind);
abstract member FireCodeModelEvent3 : int * obj * obj * int -> int
Public Function FireCodeModelEvent3 (dispid As Integer, pParent As Object, pElement As Object, changeKind As Integer) As Integer
Parameters
- dispid
- Int32
- pParent
- Object
- pElement
- Object
- changeKind
- Int32