Item Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public Property Item ( _
	index As Integer _
) As Boolean

Parameters

index
Type: System.Int32
The index position of the parameter whose modification status is being examined or set.

Property Value

Type: System.Boolean
true if the parameter at this index position should be modified by this ParameterModifier; otherwise, false.

Indexers permit a default property on a type to be indexed as if the type were an array.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft