SrgsItem.Elements 属性

定义

获取 SrgsItem 实例包含的对象的集合。Gets the collection of objects contained by the SrgsItem instance.

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

属性值

Collection<SrgsElement>

SrgsItem 实例包含的对象的集合。The collection of objects contained by the SrgsItem instance.

适用于