DataViewHierarchyAccessor.GetSelectedItems 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 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.