Compartir a través de


IReadOnlyTypeBase.DisplayName Método

Definición

Sobrecargas

DisplayName()

Obtiene el nombre para mostrar descriptivo de este tipo estructural.

DisplayName(Boolean)

Obtiene el nombre para mostrar descriptivo para el especificado IReadOnlyTypeBase.

DisplayName()

Obtiene el nombre para mostrar descriptivo de este tipo estructural.

[System.Diagnostics.DebuggerStepThrough]
public virtual string DisplayName ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member DisplayName : unit -> string
override this.DisplayName : unit -> string
Public Overridable Function DisplayName () As String

Devoluciones

El nombre para mostrar.

Atributos

Se aplica a

DisplayName(Boolean)

Obtiene el nombre para mostrar descriptivo para el especificado IReadOnlyTypeBase.

[System.Diagnostics.DebuggerStepThrough]
public virtual string DisplayName (bool omitSharedType);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member DisplayName : bool -> string
override this.DisplayName : bool -> string
Public Overridable Function DisplayName (omitSharedType As Boolean) As String

Parámetros

omitSharedType
Boolean

Valor que indica si se debe omitir el nombre del tipo para los tipos de entidad de tipo compartido del valor devuelto.

Devoluciones

El nombre para mostrar.

Atributos

Se aplica a