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 _
)
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
- Item
 Type: System.Object
- Tool
 Type: System.Object
- dispid
 Type: System.Int32
Implements
IVCProjectEngineEvents.ItemPropertyChange(Object, Object, Int32)
.NET Framework Security
- 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.