共用方式為


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>)

建立指定 Tuple 物件的屬性值。

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

建立指定 Tuple 物件的屬性值。

運算子

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

建立指定 Tuple 物件的屬性值。

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

建立指定 Tuple 物件的屬性值。

適用於