Udostępnij za pośrednictwem


SrgsItem.Add(SrgsElement) Metoda

Definicja

Dodaje obiekt do kolekcji obiektów zawartych w tym SrgsItem wystąpieniu.

public:
 void Add(System::Speech::Recognition::SrgsGrammar::SrgsElement ^ element);
public void Add (System.Speech.Recognition.SrgsGrammar.SrgsElement element);
member this.Add : System.Speech.Recognition.SrgsGrammar.SrgsElement -> unit
Public Sub Add (element As SrgsElement)

Parametry

element
SrgsElement

Obiekt do dodania.

Wyjątki

element to null.

Uwagi

Metoda Add dołącza element do Elements właściwości.

Dotyczy

Zobacz też