NamedValue {Microsoft.VisualBasic.Text.Xml.Models} | .NET clr documentation |
A key-value pair data for xml
键值对集合的键值NamedValue.text可能是一大段文本
# namespace Microsoft.VisualBasic.Text.Xml.Models
export class NamedValue {
# The term category/key
name: string;
# The term value
text: string;
}