ItemsControl.IContainItemStorage.ClearValue(DependencyProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從所有屬性清單中移除指定的屬性。
virtual void System.Windows.Controls.Primitives.IContainItemStorage.ClearValue(System::Windows::DependencyProperty ^ dp) = System::Windows::Controls::Primitives::IContainItemStorage::ClearValue;
void IContainItemStorage.ClearValue (System.Windows.DependencyProperty dp);
abstract member System.Windows.Controls.Primitives.IContainItemStorage.ClearValue : System.Windows.DependencyProperty -> unit
override this.System.Windows.Controls.Primitives.IContainItemStorage.ClearValue : System.Windows.DependencyProperty -> unit
Sub ClearValue (dp As DependencyProperty) Implements IContainItemStorage.ClearValue
參數
要移除的屬性。