IVCProjectEngineEvents::ItemPropertyChange Method (Object^, Object^, Int32)
Visual Studio 2015
Signifies that a property changed for the specified item.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- Item
-
Type:
System::Object^
Required. The item.
- Tool
-
Type:
System::Object^
The tool to which this property applies. This can be NULL depending on the sent item.
- dispid
-
Type:
System::Int32
ID of the property.
The ItemPropertyChange method fires when the property of a VCFilter, VCFile, or VCFileConfiguration object is changed.
Show: