SearchIndex Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
The SearchIndexes.
public readonly struct SearchIndex : IEquatable<Azure.Maps.Search.SearchIndex>
type SearchIndex = struct
Public Structure SearchIndex
Implements IEquatable(Of SearchIndex)
- Héritage
-
SearchIndex
- Implémente
Constructeurs
SearchIndex(String) |
Initialise une nouvelle instance de SearchIndex. |
Propriétés
Addresses |
Interpolation de plage d’adresses. |
CrossStreets |
Rues croisées (intersections). |
Geographies |
Géographies. |
PointAddresses |
Adresses de point. |
PointsOfInterest |
Points d’intérêt. |
Streets |
Rues. |
Méthodes
Equals(SearchIndex) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(SearchIndex, SearchIndex) |
Détermine si deux SearchIndex valeurs sont identiques. |
Implicit(String to SearchIndex) |
Convertit une chaîne en SearchIndex. |
Inequality(SearchIndex, SearchIndex) |
Détermine si deux SearchIndex valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET