DataViewHierarchyAccessor.GetProperty(Int32, Int32) Method

Definition

Retrieves a hierarchy property.

public:
 System::Object ^ GetProperty(int itemId, int propertyId);
public object GetProperty (int itemId, int propertyId);
member this.GetProperty : int * int -> obj
Public Function GetProperty (itemId As Integer, propertyId As Integer) As Object

Parameters

itemId
Int32

An item ID.

propertyId
Int32

A property ID from the __VSHPROPID enumeration.

Returns

Returns the value of the specified hierarchy property.

Applies to