Edit

Share via


SpeechSynthesizer.RemoveLexicon(Uri) Method

Definition

Removes a lexicon from the SpeechSynthesizer object.

public:
 void RemoveLexicon(Uri ^ uri);
public void RemoveLexicon(Uri uri);
member this.RemoveLexicon : Uri -> unit
Public Sub RemoveLexicon (uri As Uri)

Parameters

uri
Uri

The location of the lexicon document.

Remarks

See AddLexicon for an example.

Important

Calling methods from this class with untrusted data is a security risk. Call the methods from this class only with trusted data. For more information, see Validate All Inputs.

Applies to

See also