SrgsItem Constructor (String)

Microsoft Speech Platform SDK 11

Collapse image Expand Image Copy image CopyHover image

Initializes a new instance of the SrgsItem class and specifies its textual contents.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	text As String _
)
Visual Basic (Usage)
Dim text As String

Dim instance As New SrgsItem(text)
C#
public SrgsItem(
	string text
)

Parameters

text
Type: System..::..String

The text associated with the item.

Exceptions

ExceptionCondition
ArgumentNullException

text is nullNothingnullptrunita null reference (Nothing in Visual Basic).

ArgumentException

text is an empty string.

See Also