A key-value pair data for xml
NamedValue
00 Remarks
键值对集合的键值NamedValue.text可能是一大段文本
01 Syntax
Microsoft.VisualBasic.Text.Xml.Models.NamedValue
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 1 | get name and value from the given tuple |
| ToString | 1 | |
| op_Addition | 1 |
03 Properties
04 Members
#ctor(NamedValue(Of String))
get name and value from the given tuple
Parameters
| Name | Type | Description |
|---|---|---|
namedValue | NamedValue(Of String) | - |
name
The term category/key
text
The term value
ToString()
op_Addition(
Dictionary(Of String, String), NamedValue)