Partager via


EntryPointType Structure

Définition

Type de point d’entrée. La valeur peut être main ou mineure.

public readonly struct EntryPointType : IEquatable<Azure.Maps.Search.Models.EntryPointType>
type EntryPointType = struct
Public Structure EntryPointType
Implements IEquatable(Of EntryPointType)
Héritage
EntryPointType
Implémente

Constructeurs

EntryPointType(String)

Initialise une nouvelle instance de EntryPointType.

Propriétés

Main

main.

Minor

Mineur.

Méthodes

Equals(EntryPointType)

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(EntryPointType, EntryPointType)

Détermine si deux EntryPointType valeurs sont identiques.

Implicit(String to EntryPointType)

Convertit une chaîne en EntryPointType.

Inequality(EntryPointType, EntryPointType)

Détermine si deux EntryPointType valeurs ne sont pas identiques.

S’applique à