DataViewHierarchyAccessor.GetSelectedItems Method
Retrieves an integer array representing item IDs for currently selected nodes in the tree.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Function GetSelectedItems As Integer()
public int[] GetSelectedItems()
public:
array<int>^ GetSelectedItems()
member GetSelectedItems : unit -> int[]
public function GetSelectedItems() : int[]
Return Value
Type: array<System.Int32[]
Returns and integer array of item IDs.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.