ParameterModifier.Item Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that indicates whether the parameter at the specified index position should be modified by the current ParameterModifier.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- index
- Type: System.Int32
The index position of the parameter whose modification status is being examined or set.
Property Value
Type: System.Booleantrue if the parameter at this index position should be modified by this ParameterModifier; otherwise, false.
Show: