共用方式為


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 不支援索引屬性。

參數

屬性值

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

實作

IIndexableAttribute.Item[String]

.NET Framework 安全性

請參閱

參考

NumberIncrementsAttribute 類別

Microsoft.Windows.Design.PropertyEditing 命名空間