8 references to SrgsRule
System.Speech (8)
artifacts\obj\System.Speech\Debug\net10.0\System.Speech.notsupported.cs (8)
467
public SrgsDocument(System.Speech.Recognition.SrgsGrammar.
SrgsRule
grammarRootRule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
479
public System.Speech.Recognition.SrgsGrammar.
SrgsRule
Root { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); } }
574
public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.
SrgsRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
575
public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.
SrgsRule
rule, string semanticKey) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
576
public SrgsRuleRef(System.Speech.Recognition.SrgsGrammar.
SrgsRule
rule, string semanticKey, string parameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
587
public sealed partial class SrgsRulesCollection : System.Collections.ObjectModel.KeyedCollection<string, System.Speech.Recognition.SrgsGrammar.
SrgsRule
>
590
public void Add(params System.Speech.Recognition.SrgsGrammar.
SrgsRule
[] rules) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }
591
protected override string GetKeyForItem(System.Speech.Recognition.SrgsGrammar.
SrgsRule
rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemSpeech); }