DataViewHierarchyAccessor.GetNodeName(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 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.