Share via


DataViewHierarchyAccessor.GetChildSelectionTypes(Int32) Method

Definition

Retrieves an array of the object types enumerated when a parent node is expanded to show its child nodes.

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

Parameters

itemId
Int32

The item ID of a parent node.

Returns

String[]

Returns an array of string objects enumerated when parent node is expanded.

Exceptions

The specified itemId is invalid.

Applies to