Bind Method
TOC
Collapse the table of content
Expand the table of content

Expression.Bind Method

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

Creates a MemberAssignment that represents the initialization of a member.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Static member Bind(MemberInfo, Expression) Creates a MemberAssignment that represents the initialization of a field or property.
Public method Static member Bind(MethodInfo, Expression) Creates a MemberAssignment that represents the initialization of a member by using a property accessor method.
Top

Show:
© 2017 Microsoft