Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft