IVCProjectEngineEvents2.ItemPropertyChange(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:
void ItemPropertyChange(System::Object ^ Item, System::Object ^ Tool, int dispid);
public:
void ItemPropertyChange(Platform::Object ^ Item, Platform::Object ^ Tool, int dispid);
void ItemPropertyChange(winrt::Windows::Foundation::IInspectable const & Item, winrt::Windows::Foundation::IInspectable const & Tool, int dispid);
[System.Runtime.InteropServices.DispId(279)]
public void ItemPropertyChange (object Item, object Tool, int dispid);
[<System.Runtime.InteropServices.DispId(279)>]
abstract member ItemPropertyChange : obj * obj * int -> unit
Public Sub ItemPropertyChange (Item As Object, Tool As Object, dispid As Integer)
Parameters
- Item
- Object
- Tool
- Object
- dispid
- Int32
Implements
- Attributes