MultiSelectionHelper.SetSelectedItems Method
SelectedItems setter.
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared Sub SetSelectedItems ( _
target As FrameworkElement, _
value As IList _
)
public static void SetSelectedItems(
FrameworkElement target,
IList value
)
public:
static void SetSelectedItems(
FrameworkElement^ target,
IList^ value
)
static member SetSelectedItems :
target:FrameworkElement *
value:IList -> unit
public static function SetSelectedItems(
target : FrameworkElement,
value : IList
)
Parameters
- target
Type: System.Windows.FrameworkElement
- value
Type: System.Collections.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.