Share via


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

共有型エンティティ型の型の名前を、戻り値から省略するかどうかを示す値。

戻り値

表示名です。

属性

適用対象