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
- itemId
Type: System.UInt32
The item ID
- propertyId
Type: System.Int32
The property ID
- propertyAttributes
Type: System.UInt32
The property attributes
Return Value
Type: System.Int32
Implements
IVsHierarchyEvents.OnPropertyChanged(UInt32, Int32, UInt32)
.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.
See Also
Reference
ActionableHierarchyEventsListener Class
ActionableHierarchyEventsListener Members
Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace