Aracılığıyla paylaş


DictType.Label Method

Definition

Overloads

Label()

Provides the label that is displayed for an extended data type or a specified array element, or the label for the extended data type that an extended data type extends.

Label(Int32)

Label()

Provides the label that is displayed for an extended data type or a specified array element, or the label for the extended data type that an extended data type extends.

public:
 virtual System::String ^ Label();
public virtual string Label ();
abstract member Label : unit -> string
override this.Label : unit -> string
Public Overridable Function Label () As String

Returns

The label that is displayed for an extended data type, or the label for an array element if the arrayEntry value is provided. When an extended data type does not have a label, this method returns the label defined for the extended data type that an extended data type extends.

Remarks

The label that is returned corresponds to the Label property for an extended data type or array element in the AOT.

Applies to

Label(Int32)

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

Parameters

arrayIndex
Int32

Returns

Applies to