Signifies that a property changed for the specified item.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Sub ItemPropertyChange ( _
    Item As Object, _
    Tool As Object, _
    dispid As Integer _
)
用法
Dim instance As IVCProjectEngineEvents
Dim Item As Object
Dim Tool As Object
Dim dispid As Integer
instance.ItemPropertyChange(Item, Tool, _
    dispid)
void ItemPropertyChange(
    Object Item,
    Object Tool,
    int dispid
)
void ItemPropertyChange(
    Object^ Item, 
    Object^ Tool, 
    int dispid
)
function ItemPropertyChange(
    Item : Object, 
    Tool : Object, 
    dispid : int
)
Parameters
- Item 
 Type: System.Object- Required. The item. 
- Tool 
 Type: System.Object- The tool to which this property applies. This can be NULL depending on the sent item. 
- dispid 
 Type: System.Int32- ID of the property. 
Remarks
The ItemPropertyChange method fires when the property of a VCFilter, VCFile, or VCFileConfiguration object is changed.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVCProjectEngineEvents Interface