次の方法で共有


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

テキストの値です。

戻り値

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

適用対象