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 为 nulla null reference (Nothing in Visual Basic)。

ArgumentException

item 已存在于集合中。

.NET Framework 安全性

请参见

参考

PropertyIdentifierCollection 类

Microsoft.Windows.Design.Model 命名空间

其他资源

WPF 设计器扩展性体系结构