_dispVCProjectEngineEvents.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.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void ItemPropertyChange(System::Object ^ Item, System::Object ^ Tool, int propertyID);
public:
void ItemPropertyChange(Platform::Object ^ Item, Platform::Object ^ Tool, int propertyID);
void ItemPropertyChange(winrt::Windows::Foundation::IInspectable const & Item, winrt::Windows::Foundation::IInspectable const & Tool, int propertyID);
[System.Runtime.InteropServices.DispId(279)]
public void ItemPropertyChange (object Item, object Tool, int propertyID);
[<System.Runtime.InteropServices.DispId(279)>]
abstract member ItemPropertyChange : obj * obj * int -> unit
Public Sub ItemPropertyChange (Item As Object, Tool As Object, propertyID As Integer)
Parameters
- Item
- Object
Required. The item.
- Tool
- Object
Required. The tool.
- propertyID
- Int32
Required. The property ID.
- Attributes
Remarks
The ItemPropertyChange method fires when the property of a VCFilter, VCFile, or VCFileConfiguration object is changed.