SrgsRulesCollection.Add(SrgsRule[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 SrgsRule 的数组的内容对象添加到 SrgsRulesCollection对象中。
public:
void Add(... cli::array <System::Speech::Recognition::SrgsGrammar::SrgsRule ^> ^ rules);
public void Add (params System.Speech.Recognition.SrgsGrammar.SrgsRule[] rules);
override this.Add : System.Speech.Recognition.SrgsGrammar.SrgsRule[] -> unit
Public Sub Add (ParamArray rules As SrgsRule())
参数
- rules
- SrgsRule[]
要添加到 SrgsRulesCollection 对象中的规则对象的数组。
例外
rules
为 null
。
rules
数组中的任何 SrgsRule 对象都为 null
。