Compartir a través de


EntryPointType Estructura

Definición

Tipo de punto de entrada. El valor puede ser principal o secundario.

public readonly struct EntryPointType : IEquatable<Azure.Maps.Search.Models.EntryPointType>
type EntryPointType = struct
Public Structure EntryPointType
Implements IEquatable(Of EntryPointType)
Herencia
EntryPointType
Implementaciones

Constructores

EntryPointType(String)

Inicializa una nueva instancia de la clase EntryPointType.

Propiedades

Main

Principal.

Minor

Menor.

Métodos

Equals(EntryPointType)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(EntryPointType, EntryPointType)

Determina si dos EntryPointType valores son los mismos.

Implicit(String to EntryPointType)

Convierte una cadena en un EntryPointType.

Inequality(EntryPointType, EntryPointType)

Determina si dos EntryPointType valores no son los mismos.

Se aplica a