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 的索引。
- item
类型:Microsoft.Windows.Design.Metadata.PropertyIdentifier
要设置的属性标识符。
异常
异常 | 条件 |
---|---|
ArgumentNullException | item 为 nullnull 引用(在 Visual Basic 中为 Nothing)。 |
ArgumentException | item 已存在于集合中。 |
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
PropertyIdentifierCollection 类
Microsoft.Windows.Design.Model 命名空间