IContainItemStorage.ReadItemValue(Object, DependencyProperty) メソッド

定義

指定した項目に関連付けられている指定したプロパティの値を返します。

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

パラメーター

item
Object

指定したプロパティが関連付けられている項目。

dp
DependencyProperty

返される値を持つプロパティ。

返品

指定した項目に関連付けられている指定したプロパティの値。

適用対象