Splits the rules into two sets of rules.
public:
void Split(
out IMapView<String^ , ISpeechRule^ >^ first,
out IMapView<String^ , ISpeechRule^ >^ second
)
first
Type: IMapView<String^ , ISpeechRule^ >
The firs set of rules.
second
Type: IMapView<String^ , ISpeechRule^ >
The second set of rules.
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd
SpeechGrammarBuilderRuleSet Class