SrgsOneOf.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of all the alternatives contained in the SrgsOneOf element.
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)
Property Value
Returns the list of alternatives.
Remarks
The alternative words and phrases returned by this property may have been added to the SrgsOneOf as SrgsItem or String objects.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.