Propriété GeographyCollection.Geographies
Obtient la collection de géographies.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property Geographies As ReadOnlyCollection(Of Geography)
Get
'Utilisation
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>
Valeur de propriété
Type : System.Collections.ObjectModel.ReadOnlyCollection<Geography>
Collection de géographies.