Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
Sub ItemPropertyChange ( _
Item As Object, _
Tool As Object, _
propertyID As Integer _
)
void ItemPropertyChange(
Object Item,
Object Tool,
int propertyID
)
void ItemPropertyChange(
[InAttribute] Object^ Item,
[InAttribute] Object^ Tool,
[InAttribute] int propertyID
)
abstract ItemPropertyChange :
Item:Object *
Tool:Object *
propertyID:int -> unit
function ItemPropertyChange(
Item : Object,
Tool : Object,
propertyID : int
)
Parameters
- Item
Type: System.Object
Required. The item.
- Tool
Type: System.Object
Required. The tool.
- propertyID
Type: System.Int32
Required. The property ID.
Remarks
The ItemPropertyChange method fires when the property of a VCFilter, VCFile, or VCFileConfiguration object is changed.
.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.