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::StoreItemValue Method (Object^, DependencyProperty^, Object^)

.NET Framework (current version)
 

Stores the specified property and value and associates them with the specified item.

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

private:
virtual void StoreItemValue(
	Object^ item,
	DependencyProperty^ dp,
	Object^ value
) sealed = IContainItemStorage::StoreItemValue

Parameters

item
Type: System::Object^

The item to associate the value and property with.

dp
Type: System.Windows::DependencyProperty^

The property that is associated with the specified item.

value
Type: System::Object^

The value of the associated property.

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