DataViewHierarchyAccessor.GetSelectedItems Method

Definition

Retrieves an integer array representing item IDs for currently selected nodes in the tree.

public:
 cli::array <int> ^ GetSelectedItems();
public int[] GetSelectedItems ();
member this.GetSelectedItems : unit -> int[]
Public Function GetSelectedItems () As Integer()

Returns

Int32[]

Returns and integer array of item IDs.

Applies to