'Declaration <DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> Public Function AlternateText( _ ByVal index As Integer _ ) As String
'Usage Dim instance As CharacterResult Dim index As Integer Dim value As String value = instance.AlternateText(index)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public string AlternateText( int index )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: string* AlternateText( int index )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: String^ AlternateText( int index )
Parameters
- index
- The zero based index for the text string. An System.ArgumentOutOfRangeException will occur if the index less than 0 or greater or equal to the NumberResults.
Return Value
The alternate text string corresponding to the index of the
CharacterResult.