Windows apps
Collapse the table of content
Expand the table of content
Information
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.

LabelTarget Class

 

Used to represent the target of a GotoExpression.

Namespace:   System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)

System::Object
  System.Linq.Expressions::LabelTarget

public ref class LabelTarget sealed 

NameDescription
System_CAPS_pubpropertyName

Gets the name of the label.

System_CAPS_pubpropertyType

The type of value that is passed when jumping to the label (or Void if no value should be passed).

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a String that represents the current Object.(Overrides Object::ToString().)

The following example demonstrates how to create an expression that contains a LabelTarget object by using the Label method.

No code example is currently available or this language may not be supported.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft