次の方法で共有


SrgsItem.Elements プロパティ

定義

SrgsItem インスタンスに含まれるオブジェクトのコレクションを取得します。

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)

プロパティ値

SrgsItem インスタンスに含まれるオブジェクトのコレクション。

適用対象

こちらもご覧ください