SpeechGrammarBuilderRuleSet.AddSequenceRule Method (String, Generic IIterable)

Adds a sequence rule using a key and a rule item.

Syntax

public:
SpeechSequenceRule^ AddSequenceRule(
         String^ key,
         IIterable<ISpeechRuleItem^ >^ items
)  

Parameters

key
Type: String 

 The key.

items
Type: IIterable<ISpeechRuleItem^ > 

  The rule item.

Return value

Type: SpeechSequenceRule 

The SpeechSequenceRule object associated with the specified key.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

SpeechGrammarBuilderRuleSet Class

SpeechGrammarBuilderRuleSet Members

Windows.Xbox.Speech.Recognition Namespace