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

文字的價值。

傳回

收藏編輯器的顯示文字。

適用於