NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

OldArrayEditor.GetDisplayText

Retrieves the text that should be displayed in the ArrayDialog for a given element.

[Visual Basic]
Overridable Public Function GetDisplayText( _
   ByVal value As Object _
) As String
[C#]
public virtual string GetDisplayText(
   object value
);
[C++]
public: virtual String* GetDisplayText(
   Object* value
);
[JScript]
public function GetDisplayText(
   value : Object
) : String;

Parameters

value
[To be supplied.]

Return Value

displayable text for the object.

See Also

OldArrayEditor Class | OldArrayEditor Members | System.ComponentModel.Design Namespace