The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Expression::Label Method
.NET Framework (current version)
Creates a LabelTarget representing a label.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Label() | Creates a LabelTarget representing a label with void type and no name. |
![]() ![]() | Label(LabelTarget^) | Creates a LabelExpression representing a label without a default value. |
![]() ![]() | Label(LabelTarget^, Expression^) | Creates a LabelExpression representing a label with the given default value. |
![]() ![]() | Label(String^) | Creates a LabelTarget representing a label with void type and the given name. |
![]() ![]() | Label(Type^) | Creates a LabelTarget representing a label with the given type. |
![]() ![]() | Label(Type^, String^) | Creates a LabelTarget representing a label with the given type and name. |
Show:

