Returns an array of all the index parameters for the property.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
ParameterInfo[] GetIndexParameters()
Visual Basic (Declaration)
Function GetIndexParameters As ParameterInfo()

Return Value

An array containing index parameter metadata.

See Also