Freigeben über


GeographyCollection.Geographies-Eigenschaft

Ruft die Auflistung von Geografien ab.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Geographies As ReadOnlyCollection(Of Geography)
    Get
'Usage
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>

Eigenschaftswert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<Geography>
Die Auflistung von Geografien.

Siehe auch

Verweis

GeographyCollection Klasse

System.Spatial-Namespace