SearchDocument.GetPointCollection(String) メソッド

定義

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

public System.Collections.Generic.IReadOnlyList<Azure.Core.GeoJson.GeoPoint> GetPointCollection (string key);
member this.GetPointCollection : string -> System.Collections.Generic.IReadOnlyList<Azure.Core.GeoJson.GeoPoint>
Public Function GetPointCollection (key As String) As IReadOnlyList(Of GeoPoint)

パラメーター

key
String

プロパティの名前。

戻り値

プロパティの値。

適用対象