DataViewHierarchyAccessor.GetChildStaticNodeIds(Int32) Method

Definition

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

public:
 cli::array <System::String ^> ^ GetChildStaticNodeIds(int itemId);
public string[] GetChildStaticNodeIds (int itemId);
member this.GetChildStaticNodeIds : int -> string[]
Public Function GetChildStaticNodeIds (itemId As Integer) As String()

Parameters

itemId
Int32

The item ID of a parent node.

Returns

String[]

Returns an array of the static node item IDs representing children of the specified item ID.

Exceptions

The specified itemId is invalid.

Applies to