Condividi tramite


SrgsOneOf.Items Proprietà

Definizione

Ottiene l'elenco di tutte le alternative contenute nell'elemento SrgsOneOf.

public:
 property System::Collections::ObjectModel::Collection<System::Speech::Recognition::SrgsGrammar::SrgsItem ^> ^ Items { System::Collections::ObjectModel::Collection<System::Speech::Recognition::SrgsGrammar::SrgsItem ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsItem> Items { get; }
member this.Items : System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsItem>
Public ReadOnly Property Items As Collection(Of SrgsItem)

Valore della proprietà

Restituisce l'elenco di alternative.

Commenti

Le parole e le frasi alternative restituite da questa proprietà possono essere state aggiunte a SrgsOneOf come SrgsItem o String oggetti.

Si applica a

Vedi anche