nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / NamedValue

NamedValue

Full name Microsoft.VisualBasic.Text.Xml.Models.NamedValue Assembly Microsoft.VisualBasic.Runtime Members 5

A key-value pair data for xml

00 Remarks

键值对集合的键值NamedValue.text可能是一大段文本

01 Syntax

Microsoft.VisualBasic.Text.Xml.Models.NamedValue

02 Methods

NameOverloadsSummary
.ctor 1 get name and value from the given tuple
ToString 1
op_Addition 1

03 Properties

NameOverloadsSummary
name 1 The term category/key
text 1 The term value

04 Members

method .ctor #

get name and value from the given tuple

Parameters
NameTypeDescription
namedValueNamedValue(Of String)

-

property name #
name

The term category/key

property text #
text

The term value

method ToString #
ToString()
method op_Addition #
op_Addition(Dictionary(Of String, String), NamedValue)