IContainItemStorage.ReadItemValue(Object, DependencyProperty) Method

Definition

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

public:
 System::Object ^ ReadItemValue(System::Object ^ item, System::Windows::DependencyProperty ^ dp);
public object ReadItemValue (object item, System.Windows.DependencyProperty dp);
abstract member ReadItemValue : obj * System.Windows.DependencyProperty -> obj
Public Function ReadItemValue (item As Object, dp As DependencyProperty) As Object

Parameters

item
Object

The item that has the specified property associated with it.

dp
DependencyProperty

The property whose value to return.

Returns

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

Applies to