Share via


DataViewHierarchyAccessor.GetChildStaticNodeIds Method

Retrieves an array of the static node IDs that are children of the specified item ID.

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

Syntax

'Declaration
Public Function GetChildStaticNodeIds ( _
    itemId As Integer _
) As String()
public string[] GetChildStaticNodeIds(
    int itemId
)
public:
array<String^>^ GetChildStaticNodeIds(
    int itemId
)
member GetChildStaticNodeIds : 
        itemId:int -> string[] 
public function GetChildStaticNodeIds(
    itemId : int
) : String[]

Parameters

Return Value

Type: array<System.String[]
Returns an array of the static node item IDs representing children of the specified item ID.

Exceptions

Exception Condition
ArgumentException

The specified itemId is invalid.

Remarks

This method helps provide context on where a given item ID is located in the tree.

.NET Framework Security

See Also

Reference

DataViewHierarchyAccessor Class

Microsoft.VisualStudio.Data Namespace