SpeechGrammarSet.Split method

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

Syntax

public:
void Split(
  [OutAttribute] IMapView<String, SpeechGrammar>^ first, 
  [OutAttribute] IMapView<String, SpeechGrammar>^ second
)

Parameters

  • first (out parameter)
    Type: IMapView<String, SpeechGrammar>

    The first map view of the SpeechGrammarSet object.

  • second (out parameter)
    Type: IMapView<String, SpeechGrammar>

    The second map view of the SpeechGrammarSet object.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows::Phone::Speech::Recognition

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone]

See also

SpeechGrammarSet