IVCProjectEngineEvents.ItemPropertyChange Method

Signifies that a property changed for the specified item.

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

Syntax

'Declaration
Sub ItemPropertyChange ( _
    Item As Object, _
    Tool As Object, _
    dispid As Integer _
)
void ItemPropertyChange(
    Object Item,
    Object Tool,
    int dispid
)
void ItemPropertyChange(
    Object^ Item, 
    Object^ Tool, 
    int dispid
)
abstract ItemPropertyChange : 
        Item:Object * 
        Tool:Object * 
        dispid:int -> unit 
function ItemPropertyChange(
    Item : Object, 
    Tool : Object, 
    dispid : int
)

Parameters

  • Tool
    Type: System.Object
    The tool to which this property applies. This can be NULL depending on the sent item.

Remarks

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

.NET Framework Security

See Also

Reference

IVCProjectEngineEvents Interface

Microsoft.VisualStudio.VCProjectEngine Namespace