NSCollectionEditor.GetDisplayText(Object) メソッド

定義

コレクションエディタ用の表示テキストを取得します。

protected:
 override System::String ^ GetDisplayText(System::Object ^ value);
protected override string GetDisplayText(object value);
override this.GetDisplayText : obj -> string
Protected Overrides Function GetDisplayText (value As Object) As String

パラメーター

value
Object

テキストの価値。

返品

コレクションエディターの表示テキスト。

適用対象