IContainItemStorage.ReadItemValue(Object, DependencyProperty) Méthode

Définition

Retourne la valeur de la propriété spécifiée associée à l'élément spécifié.

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

Paramètres

item
Object

Élément auquel la propriété spécifiée est associée.

dp
DependencyProperty

Propriété dont la valeur doit être retournée.

Retours

Valeur de la propriété spécifiée associée à l'élément spécifié.

S’applique à