SearchDocument.GetBooleanCollection(String) メソッド

定義

という名前keyの のコレクション プロパティのBooleanSearchDocument値を取得します。

public System.Collections.Generic.IReadOnlyList<bool> GetBooleanCollection (string key);
member this.GetBooleanCollection : string -> System.Collections.Generic.IReadOnlyList<bool>
Public Function GetBooleanCollection (key As String) As IReadOnlyList(Of Boolean)

パラメーター

key
String

プロパティの名前。

戻り値

プロパティの値。

適用対象