PropertyIdentifierCollection.SetItem 方法

设置位于指定索引处的属性标识符。

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

语法

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

参数

  • index
    类型:System.Int32
    将要设置为 item 的索引。

异常

异常 条件
ArgumentNullException

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

ArgumentException

item 已存在于集合中。

.NET Framework 安全性

请参见

参考

PropertyIdentifierCollection 类

Microsoft.Windows.Design.Model 命名空间

其他资源

WPF 设计器扩展性体系结构