GroupItem::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: