Compartir vía


SrgsOneOf.Items Propiedad

Definición

Obtiene la lista de todas las alternativas contenidas en el 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)

Valor de propiedad

Devuelve la lista de alternativas.

Comentarios

Es posible que las palabras y frases alternativas devueltas por esta propiedad se hayan agregado a como SrgsOneOfSrgsItem objetos o String .

Se aplica a

Consulte también