IReadOnlyTypeBase.DisplayName 方法

定义

重载

DisplayName()

获取此结构类型的友好显示名称。

DisplayName(Boolean)

获取给定 IReadOnlyTypeBase的友好显示名称。

DisplayName()

获取此结构类型的友好显示名称。

[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

返回

显示名称。

属性

适用于

DisplayName(Boolean)

获取给定 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

参数

omitSharedType
Boolean

一个 值,该值指示是否应从返回的值中省略共享类型实体类型的类型名称。

返回

显示名称。

属性

适用于