ItemsControl.IContainItemStorage.ReadItemValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value of the specified property that is associated with the specified item.
virtual System::Object ^ System.Windows.Controls.Primitives.IContainItemStorage.ReadItemValue(System::Object ^ item, System::Windows::DependencyProperty ^ dp) = System::Windows::Controls::Primitives::IContainItemStorage::ReadItemValue;
object IContainItemStorage.ReadItemValue (object item, System.Windows.DependencyProperty dp);
abstract member System.Windows.Controls.Primitives.IContainItemStorage.ReadItemValue : obj * System.Windows.DependencyProperty -> obj
override this.System.Windows.Controls.Primitives.IContainItemStorage.ReadItemValue : obj * System.Windows.DependencyProperty -> obj
Function ReadItemValue (item As Object, dp As DependencyProperty) As Object Implements IContainItemStorage.ReadItemValue
Parameters
- item
- Object
The item that has the specified property associated with it.
The property whose value to return.
Returns
The value of the specified property that is associated with the specified item.
Implements
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.