GroupItem::IContainItemStorage::StoreItemValue Method (Object^, DependencyProperty^, Object^)
.NET Framework (current version)
Stores the specified property and value and associates them with the specified item.
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
Available since 4.5
Show: