MemberBindingType Enum
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.
Describes the binding types that are used in MemberInitExpression objects.
public enum class MemberBindingType
public enum MemberBindingType
type MemberBindingType =
Public Enum MemberBindingType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Assignment | 0 | A binding that represents initializing a member with the value of an expression. |
MemberBinding | 1 | A binding that represents recursively initializing members of a member. |
ListBinding | 2 | A binding that represents initializing a member of type IList or ICollection<T> from a list of elements. |
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา