Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispVCProjectEngineEvents_ItemPropertyChangeEventHandler ( _
Item As Object, _
Tool As Object, _
propertyID As Integer _
)
[ComVisibleAttribute(false)]
public delegate void _dispVCProjectEngineEvents_ItemPropertyChangeEventHandler(
Object Item,
Object Tool,
int propertyID
)
[ComVisibleAttribute(false)]
public delegate void _dispVCProjectEngineEvents_ItemPropertyChangeEventHandler(
[InAttribute] Object^ Item,
[InAttribute] Object^ Tool,
[InAttribute] int propertyID
)
[<ComVisibleAttribute(false)>]
type _dispVCProjectEngineEvents_ItemPropertyChangeEventHandler =
delegate of
Item:Object *
Tool:Object *
propertyID:int -> unit
JScript does not support delegates.
Parameters
- Item
Type: System.Object
Referenced item for ItemPropertyChangeEventHandler
- Tool
Type: System.Object
Tool to use
- propertyID
Type: System.Int32
ID of changed property