Label Method (String)
Collapse the table of content
Expand the table of content

Expression.Label Method (String)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a LabelTarget representing a label with void type and the given name.

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

'Declaration
Public Shared Function Label ( _
	name As String _
) As LabelTarget

Parameters

name
Type: System.String
The name of the label.

Return Value

Type: System.Linq.Expressions.LabelTarget
The new LabelTarget representing a label with void type and the given name.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft