NamedValue {Microsoft.VisualBasic.Text.Xml.Models} .NET clr documentation

NamedValue

Description

A key-value pair data for xml

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

Declare

            
# namespace Microsoft.VisualBasic.Text.Xml.Models
export class NamedValue {
   # The term category/key
   name: string;
   # The term value
   text: string;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]