DataViewHierarchyAccessor.GetProperty(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.