ActionableHierarchyEventsListener.OnPropertyChanged Method

Called when a property is changed.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Function OnPropertyChanged ( _
    itemId As UInteger, _
    propertyId As Integer, _
    propertyAttributes As UInteger _
) As Integer
'Usage
Dim instance As ActionableHierarchyEventsListener
Dim itemId As UInteger
Dim propertyId As Integer
Dim propertyAttributes As UInteger
Dim returnValue As Integer

returnValue = instance.OnPropertyChanged(itemId, _
    propertyId, propertyAttributes)
public int OnPropertyChanged(
    uint itemId,
    int propertyId,
    uint propertyAttributes
)
public:
virtual int OnPropertyChanged(
    unsigned int itemId, 
    int propertyId, 
    unsigned int propertyAttributes
) sealed
public final function OnPropertyChanged(
    itemId : uint, 
    propertyId : int, 
    propertyAttributes : uint
) : int
abstract OnPropertyChanged : 
        itemId:uint32 * 
        propertyId:int * 
        propertyAttributes:uint32 -> int 
override OnPropertyChanged : 
        itemId:uint32 * 
        propertyId:int * 
        propertyAttributes:uint32 -> int 

Parameters

Return Value

Type: System.Int32

Implements

IVsHierarchyEvents.OnPropertyChanged(UInt32, Int32, UInt32)

.NET Framework Security

See Also

Reference

ActionableHierarchyEventsListener Class

ActionableHierarchyEventsListener Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace