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