Compartir a través de


GeographyCollection.Geographies Propiedad

Obtiene la colección de geografías.

Espacio de nombres:  System.Spatial
Ensamblado:  System.Spatial (en System.Spatial.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Geographies As ReadOnlyCollection(Of Geography)
    Get
'Uso
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>

Valor de la propiedad

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<Geography>
Colección de geografías.

Vea también

Referencia

GeographyCollection Clase

Espacio de nombres System.Spatial