MultiSelectionHelper.GetSelectedItems Method
SelectedItems getter.
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared Function GetSelectedItems ( _
target As FrameworkElement _
) As IList
public static IList GetSelectedItems(
FrameworkElement target
)
public:
static IList^ GetSelectedItems(
FrameworkElement^ target
)
static member GetSelectedItems :
target:FrameworkElement -> IList
public static function GetSelectedItems(
target : FrameworkElement
) : IList
Parameters
- target
Type: System.Windows.FrameworkElement
Return Value
Type: System.Collections.IList
Returns IList.
.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.