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.

ItemsControl::IContainItemStorage::ReadItemValue Method (Object^, DependencyProperty^)

.NET Framework (current version)
 

Returns the value of the specified property that is associated with the specified item.

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

private:
virtual Object^ ReadItemValue(
	Object^ item,
	DependencyProperty^ dp
) sealed = IContainItemStorage::ReadItemValue

Parameters

item
Type: System::Object^

The item that has the specified property associated with it.

dp
Type: System.Windows::DependencyProperty^

The property whose value to return.

Return Value

Type: System::Object^

The value of the specified property that is associated with the specified item.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft