CollectionEditor.GetDisplayText(Object) メソッド

定義

特定のリスト項目の表示テキストを取得します。

protected:
 virtual System::String ^ GetDisplayText(System::Object ^ value);
protected virtual string GetDisplayText (object value);
protected virtual string GetDisplayText (object? value);
abstract member GetDisplayText : obj -> string
override this.GetDisplayText : obj -> string
Protected Overridable Function GetDisplayText (value As Object) As String

パラメーター

value
Object

表示テキストを取得する対象のリスト項目。

戻り値

value の表示テキスト。

適用対象