Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- key
Type: System.String
The key to get the corresponding NumberIncrementsAttribute for.
Property Value
Type: System.Attribute
The NumberIncrementsAttribute that corresponds with key.
Implements
IIndexableAttribute.Item[String]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.