_dispVCProjectEngineEvents.ItemPropertyChange(Object, Object, Int32) Method

Definition

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.

Applies to