DictType.Label 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.
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.