Struct.valueImage(Int32) Method

Definition

Returns a string that describes the value of the item at a particular position in the struct.

public:
 virtual System::String ^ valueImage(int _index);
public virtual string valueImage (int _index);
abstract member valueImage : int -> string
override this.valueImage : int -> string
Public Overridable Function valueImage (_index As Integer) As String

Parameters

_index
Int32

The position of the item that you want to return a description for.

Returns

A string that describes the value of the item.

Remarks

The items in a struct are in alphabetical order according to the names of the items. If there is no item at the position specified by index, an exception is raised.

Applies to