GetKeyForItem Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

This member overrides KeyedCollection<(Of <(<'TKey, TItem>)>)>..::..GetKeyForItem(TItem).

Namespace:  Microsoft.Speech.Recognition.SrgsGrammar
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Protected Overrides Function GetKeyForItem ( _
	rule As SrgsRule _
) As String
Visual Basic (Usage)
Dim rule As SrgsRule
Dim returnValue As String

returnValue = Me.GetKeyForItem(rule)
C#
protected override string GetKeyForItem(
	SrgsRule rule
)

Return Value

Type: System..::..String

See Also