ToolCommandBindingCollection.InsertItem 方法

将项插入到集合中。

命名空间:  Microsoft.Windows.Design.Interaction
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Protected Overrides Sub InsertItem ( _
    index As Integer, _
    item As ToolCommandBinding _
)
protected override void InsertItem(
    int index,
    ToolCommandBinding item
)
protected:
virtual void InsertItem(
    int index, 
    ToolCommandBinding^ item
) override
abstract InsertItem : 
        index:int * 
        item:ToolCommandBinding -> unit 
override InsertItem : 
        index:int * 
        item:ToolCommandBinding -> unit 
protected override function InsertItem(
    index : int, 
    item : ToolCommandBinding
)

参数

异常

异常 条件
ArgumentNullException

item 为 nullnull 引用(在 Visual Basic 中为 Nothing)。

备注

此方法验证 nullnull 引用(在 Visual Basic 中为 Nothing) 项未被添加到集合中。

.NET Framework 安全性

请参见

参考

ToolCommandBindingCollection 类

Microsoft.Windows.Design.Interaction 命名空间

其他资源

WPF 设计器扩展性

工具体系结构