_dispVCProjectEngineEvents::ItemPropertyChange Method (Object^, Object^, Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Signifies that a property changed for the specified item.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

void ItemPropertyChange(
	Object^ Item,
	Object^ Tool,
	int propertyID
)

Parameters

Item
Type: System::Object^

Required. The item.

Tool
Type: System::Object^

Required. The tool.

propertyID
Type: System::Int32

Required. The property ID.

The ItemPropertyChange method fires when the property of a VCFilter, VCFile, or VCFileConfiguration object is changed.

Return to top
Show: