Target value have a specific tag key.
TagData
Type Parameters
| Name | Description |
|---|---|
T | The type of the TagData.Tag key |
V | The type of the value data |
01 Syntax
Microsoft.VisualBasic.ComponentModel.TagData.TagData`2
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| op_Explicit | 1 | 将这个标签数据转换为元组类型 |
03 Properties
04 Members
op_Explicit(TagData(Of `0, `1))
将这个标签数据转换为元组类型
Parameters
| Name | Type | Description |
|---|---|---|
r | TagData(Of `0, `1) | - |
Key
[TagData.Tag](cref:P:Microsoft.VisualBasic.ComponentModel.TagData.TagData%602.Tag) -> [Value.GetJson()](cref:M:Microsoft.VisualBasic.Language.Value%601.GetJson)
Tag
Target value have this specific tag data.
TagStr
默认都有一个字符串类型的标签用于保存其他的数据,但是主要还是使用[TagData.Tag](cref:P:Microsoft.VisualBasic.ComponentModel.TagData.TagData%602.Tag)属性来进行标记