IContainItemStorage.ReadItemValue(Object, DependencyProperty) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
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é.