AttributeValue 类

定义

存储特性的值。此类型/成员支持.NET Framework基础结构,不应直接从代码使用。

public class AttributeValue
type AttributeValue = class
Public Class AttributeValue
继承
AttributeValue

构造函数

AttributeValue(PositionTagged<String>, PositionTagged<Object>, Boolean)

初始化 类的新实例AttributeValue。此类型/成员支持.NET Framework基础结构,不应直接从代码使用。

属性

Literal

获取或设置一个值,该值指示该值是否为文本值。此类型/成员支持.NET Framework基础结构,不应直接从代码使用。

Prefix

获取或设置 属性的命名空间前缀。此类型/成员支持.NET Framework基础结构,不应直接从代码使用。

Value

获取或设置 特性的值。此类型/成员支持.NET Framework基础结构,不应直接从代码使用。

方法

FromTuple(Tuple<Tuple<String,Int32>,Tuple<Object,Int32>,Boolean>)

从指定元组对象创建特性值。

FromTuple(Tuple<Tuple<String,Int32>,Tuple<String,Int32>,Boolean>)

从指定元组对象创建特性值。

运算符

Implicit(Tuple<Tuple<String,Int32>,Tuple<Object,Int32>,Boolean> to AttributeValue)

从指定元组对象创建特性值。

Implicit(Tuple<Tuple<String,Int32>,Tuple<String,Int32>,Boolean> to AttributeValue)

从指定元组对象创建特性值。

适用于