GeographyCollection.Geographies プロパティ
地理のコレクションを取得します。
名前空間: System.Spatial
アセンブリ: System.Spatial (System.Spatial.dll)
構文
'宣言
Public MustOverride ReadOnly Property Geographies As ReadOnlyCollection(Of Geography)
Get
'使用
Dim instance As GeographyCollection
Dim value As ReadOnlyCollection(Of Geography)
value = instance.Geographies
public abstract ReadOnlyCollection<Geography> Geographies { get; }
public:
virtual property ReadOnlyCollection<Geography^>^ Geographies {
ReadOnlyCollection<Geography^>^ get () abstract;
}
abstract Geographies : ReadOnlyCollection<Geography>
abstract function get Geographies () : ReadOnlyCollection<Geography>
プロパティ値
型: System.Collections.ObjectModel.ReadOnlyCollection<Geography>
地理のコレクションです。