IContainItemStorage.ReadItemValue(Object, DependencyProperty) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与指定项相关的指定属性的值。
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
具有与之关联的指定属性的项。
要返回其值的属性。
返回
与指定项相关的指定属性的值。