Share via


DataViewHierarchyAccessor.SetProperty(Int32, Int32, Object) Method

Definition

Sets a specified hierarchy property.

public:
 void SetProperty(int itemId, int propertyId, System::Object ^ value);
public void SetProperty (int itemId, int propertyId, object value);
member this.SetProperty : int * int * obj -> unit
Public Sub SetProperty (itemId As Integer, propertyId As Integer, value As Object)

Parameters

itemId
Int32

An item ID.

propertyId
Int32

A property ID from the __VSHPROPID enumeration.

value
Object

The value for the property.

Applies to