共用方式為


SrgsRulesCollection.Add(SrgsRule[]) 方法

定義

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 物件的規則物件陣列。

例外狀況

rulesnull

rules 陣列中的任何 SrgsRule 物件都是 null

適用於