NumberIncrementsAttribute.Item 屬性
取得具有指定之索引鍵的 NumberIncrementsAttribute。
命名空間: Microsoft.Windows.Design.PropertyEditing
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
Public ReadOnly Default Property Item ( _
key As String _
) As Attribute
Get
public Attribute this[
string key
] { get; }
public:
virtual property Attribute^ default[String^ key] {
Attribute^ get (String^ key) sealed;
}
abstract Item : Attribute
override Item : Attribute
JScript 不支援索引屬性。
參數
- key
型別:System.String
要取得其對應 NumberIncrementsAttribute 的索引鍵。
屬性值
型別:System.Attribute
與 key 對應的 NumberIncrementsAttribute。
實作
IIndexableAttribute.Item[String]
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。