EntryPointType 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.
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 à
Azure SDK for .NET