Condividi tramite


SrgsItem.Add(SrgsElement) Metodo

Definizione

Aggiunge un oggetto alla raccolta di oggetti contenuti in questa istanza di SrgsItem.

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)

Parametri

element
SrgsElement

Oggetto da aggiungere.

Eccezioni

element è null.

Commenti

Il Add metodo aggiunge un elemento alla Elements proprietà .

Si applica a

Vedi anche