Functioning the same as the KeyValuePair, but with more specific on the name. KeyValuePair its name is too generic. (作用与KeyValuePair类似,只不过类型的名称更加符合绑定的描述)
Binding
Type Parameters
| Name | Description |
|---|---|
T | |
K |
01 Syntax
Microsoft.VisualBasic.ComponentModel.Binding`2
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Tuple | 1 | Convert this binding to tuple |
| op_Explicit | 1 | Implicit convert this binding as the Tuple |
| ToString | 1 | |
| ValueTuple | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| IsEmpty | 1 | If the field Binding.Bind and Binding.Target are both nothing, then this binding is empty. |
04 Fields
05 Members
Tuple
Convert this binding to tuple
op_Explicit(Binding(Of `0, `1))
Implicit convert this binding as the Tuple
Parameters
| Name | Type | Description |
|---|---|---|
b | Binding(Of `0, `1) | - |
IsEmpty
If the field Binding.Bind and Binding.Target are both nothing, then this binding is empty. (当Binding.Bind以及Binding.Target都同时为空值的时候这个参数才会为真)
name
the name of current binding, can be optional
Bind
Target
name
ToString()
ValueTuple()