SpeechGrammarSet.Split Method

Splits the map view of the speech grammar set into two map views.

Syntax

public:
void Split(
         out IMapView<String^ , SpeechGrammar^ >^ first,
         out IMapView<String^ , SpeechGrammar^ >^ second
)  

Parameters

first
Type: IMapView<String^ , SpeechGrammar^ > 

  The first map view of the SpeechGrammarSet object.

second
Type: IMapView<String^ , SpeechGrammar^ > 

  The second map view of the SpeechGrammarSet object.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

SpeechGrammarSet Class

SpeechGrammarSet Members

Windows.Xbox.Speech.Recognition Namespace