SearchDocument.GetInt32Collection(String) メソッド

定義

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

public System.Collections.Generic.IReadOnlyList<int> GetInt32Collection (string key);
member this.GetInt32Collection : string -> System.Collections.Generic.IReadOnlyList<int>
Public Function GetInt32Collection (key As String) As IReadOnlyList(Of Integer)

パラメーター

key
String

プロパティの名前。

戻り値

プロパティの値。

適用対象