NSCollectionEditor.GetDisplayText(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the display text for the collection editor.
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
Parameters
- value
- Object
The value of the text.
Returns
The display text for the collection editor.