IVCProjectEngineEvents.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.
Signifies that a property changed for the specified item.
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
Required. The item.
- Tool
- Object
The tool to which this property applies. This can be NULL
depending on the sent item.
- dispid
- Int32
ID of the property.
- Attributes
Remarks
The ItemPropertyChange method fires when the property of a VCFilter, VCFile, or VCFileConfiguration object is changed.