Gets the prefix string for the list item at the specified index.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
string GetString(
	int index
)
Visual Basic
Function GetString ( _
	index As Integer _
) As String
Visual C++
String^ GetString(
	int index
)

Parameters

index
Type: System..::..Int32
The list item index.

Return Value

The prefix string. This may be null or empty for non-string prefixes such as bulleted lists.

See Also