共用方式為


PropertyValueCollection.RemoveAt 方法

在衍生類別中覆寫時,從指定索引處的集合中移除 PropertyValue

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public MustOverride Sub RemoveAt ( _
    index As Integer _
)
public abstract void RemoveAt(
    int index
)
public:
virtual void RemoveAt(
    int index
) abstract
abstract RemoveAt : 
        index:int -> unit 
public abstract function RemoveAt(
    index : int
)

參數

備註

在移除物件之後,主應用程式需要確定 PropertyValue 為無效。

.NET Framework 安全性

請參閱

參考

PropertyValueCollection 類別

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構