CollectionView::SetCurrent Method (Object^, Int32)

 

Sets the specified item and index as the values of the CurrentItem and CurrentPosition properties.

Namespace:   System.Windows.Data
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
void SetCurrent(
	Object^ newItem,
	int newPosition
)

Parameters

newItem
Type: System::Object^

The item to set as the CurrentItem.

newPosition
Type: System::Int32

The value to set as the CurrentPosition property value.

.NET Framework
Available since 3.0
Return to top
Show: