Share via


DataViewHierarchyAccessor.GetProperty Method

Retrieves a hierarchy property.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Function GetProperty ( _
    itemId As Integer, _
    propertyId As Integer _
) As Object
public Object GetProperty(
    int itemId,
    int propertyId
)
public:
Object^ GetProperty(
    int itemId, 
    int propertyId
)
member GetProperty : 
        itemId:int * 
        propertyId:int -> Object
public function GetProperty(
    itemId : int, 
    propertyId : int
) : Object

Parameters

Return Value

Type: System.Object
Returns the value of the specified hierarchy property.

.NET Framework Security

See Also

Reference

DataViewHierarchyAccessor Class

Microsoft.VisualStudio.Data Namespace