InputBindingCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets the InputBinding at the specified index.
Assembly: PresentationCore (in PresentationCore.dll)
public: property InputBinding^ default[ int index ] { InputBinding^ get(int index); void set(int index, InputBinding^ value); }
Parameters
- index
-
Type:
System::Int32
The position in the collection.
.NET Framework
Available since 3.0
Available since 3.0
Show: