Share via


NumberIncrementsAttribute.Item Property

Gets the NumberIncrementsAttribute with the specified key.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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 does not support indexed properties.

Parameters

Property Value

Type: System.Attribute
The NumberIncrementsAttribute that corresponds with key.

Implements

IIndexableAttribute.Item[String]

.NET Framework Security

See Also

Reference

NumberIncrementsAttribute Class

Microsoft.Windows.Design.PropertyEditing Namespace