共用方式為


IIndexableAttribute.Item 屬性

取得具有指定之索引鍵的屬性。

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
ReadOnly Default Property Item ( _
    key As String _
) As Attribute
    Get
Attribute this[
    string key
] { get; }
property Attribute^ default[String^ key] {
    Attribute^ get (String^ key);
}
abstract Item : Attribute
JScript 不支援索引屬性。

參數

屬性值

型別:System.Attribute
與 key 對應的 Attribute

.NET Framework 安全性

請參閱

參考

IIndexableAttribute 介面

Microsoft.Windows.Design.PropertyEditing 命名空間