[This is preliminary documentation and is subject to change.]

Access path element by index.

Namespace: Spielwerke.Data
Assembly:  Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972

Syntax

C#
public PropertyHandle this[
	int index
]{ get;}
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As PropertyHandle
Visual C++
public:
property PropertyHandle default[int index] {
	PropertyHandle get (int index);
}

Parameters

index
Int32
Index of the path element.

Return Value

PropertyHandle for the path element with the given index.

Remarks

The elements are arranged starting with root at index 0 ending with leaft (the outer most child.)

Exceptions

ExceptionCondition
System..::IndexOutOfRangeException Specified child property index is out of range.

See Also

PropertyChain Structure
Spielwerke.Data Namespace