_dispVCProjectEngineEvents_SinkHelper.ItemPropertyChange Method

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
Public Overridable Sub ItemPropertyChange ( _
    A_1 As Object, _
    A_2 As Object, _
    A_3 As Integer _
)
public virtual void ItemPropertyChange(
    Object A_1,
    Object A_2,
    int A_3
)
public:
virtual void ItemPropertyChange(
    Object^ A_1, 
    Object^ A_2, 
    int A_3
)
abstract ItemPropertyChange : 
        A_1:Object * 
        A_2:Object * 
        A_3:int -> unit  
override ItemPropertyChange : 
        A_1:Object * 
        A_2:Object * 
        A_3:int -> unit
public function ItemPropertyChange(
    A_1 : Object, 
    A_2 : Object, 
    A_3 : int
)

Parameters

  • A_1
    Type: Object
  • A_2
    Type: Object
  • A_3
    Type: Int32

Implements

_dispVCProjectEngineEvents.ItemPropertyChange(Object, Object, Int32)

.NET Framework Security

See Also

Reference

_dispVCProjectEngineEvents_SinkHelper Class

Microsoft.VisualStudio.VCProjectEngine Namespace