共用方式為


IContainItemStorage.StoreItemValue(Object, DependencyProperty, Object) 方法

定義

儲存指定的屬性和值,並與指定的項目產生關聯。

public:
 void StoreItemValue(System::Object ^ item, System::Windows::DependencyProperty ^ dp, System::Object ^ value);
public void StoreItemValue (object item, System.Windows.DependencyProperty dp, object value);
abstract member StoreItemValue : obj * System.Windows.DependencyProperty * obj -> unit
Public Sub StoreItemValue (item As Object, dp As DependencyProperty, value As Object)

參數

item
Object

要與此值及屬性相關聯的項目。

dp
DependencyProperty

與指定之項目相關聯的屬性。

value
Object

相關聯的屬性的值。

適用於