FieldBuilder.Build(Type) メソッド

定義

指定された型の SearchField プロパティに対応するオブジェクトの一覧を作成します。

public System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.SearchField> Build (Type modelType);
member this.Build : Type -> System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.SearchField>
Public Function Build (modelType As Type) As IList(Of SearchField)

パラメーター

modelType
Type

フィールドのプロパティに基づいて作成される型。

戻り値

フィールドのコレクション。

例外

適用対象