BatchedObservableCollection<T>.Reset Method
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub Reset ( _
newItems As IEnumerable(Of T) _
)
public void Reset(
IEnumerable<T> newItems
)
public:
void Reset(
IEnumerable<T>^ newItems
)
member Reset :
newItems:IEnumerable<'T> -> unit
public function Reset(
newItems : IEnumerable<T>
)
Parameters
- newItems
Type: System.Collections.Generic.IEnumerable<T>
.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.