Condividi tramite


Proprietà GeographyCollection.Geographies

Ottiene la raccolta di geografie.

Spazio dei nomi  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Sintassi

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

Valore proprietà

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<Geography>
Raccolta di geografie.

Vedere anche

Riferimento

GeographyCollection Classe

Spazio dei nomi System.Spatial