DataViewHierarchyAccessor.GetNodeName(Int32) Method

Definition

Retrieves the display name of a specified node.

public:
 System::String ^ GetNodeName(int itemId);
public string GetNodeName (int itemId);
member this.GetNodeName : int -> string
Public Function GetNodeName (itemId As Integer) As String

Parameters

itemId
Int32

The item ID of the node for which the name is retrieved.

Returns

Returns the string literal display name of the specified node.

Exceptions

The specified itemId is invalid.

Applies to