_dispVCProjectEngineEvents.ItemPropertyChange Method

This API supports the .NET Framework 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)

Syntax

声明
Sub ItemPropertyChange ( _
    Item As Object, _
    Tool As Object, _
    propertyID As Integer _
)
用法
Dim instance As _dispVCProjectEngineEvents
Dim Item As Object
Dim Tool As Object
Dim propertyID As Integer

instance.ItemPropertyChange(Item, Tool, _
    propertyID)
void ItemPropertyChange(
    Object Item,
    Object Tool,
    int propertyID
)
void ItemPropertyChange(
    [InAttribute] Object^ Item, 
    [InAttribute] Object^ Tool, 
    [InAttribute] int propertyID
)
function ItemPropertyChange(
    Item : Object, 
    Tool : Object, 
    propertyID : int
)

Parameters

Remarks

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

Permissions

See Also

Reference

_dispVCProjectEngineEvents Interface

_dispVCProjectEngineEvents Members

Microsoft.VisualStudio.VCProjectEngine Namespace