IContainItemStorage.ReadItemValue(Object, DependencyProperty) Metodo

Definizione

Restituisce il valore della proprietà specificata associata all'elemento specificato.

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

Parametri

item
Object

Elemento cui è associata la proprietà specificata.

dp
DependencyProperty

Proprietà il cui valore è da restituire.

Restituisce

Valore della proprietà specificata associata all'elemento specificato.

Si applica a