AttributeValue Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores the value for an attribute.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
public class AttributeValue
type AttributeValue = class
Public Class AttributeValue
- Inheritance
-
AttributeValue
Constructors
AttributeValue(PositionTagged<String>, PositionTagged<Object>, Boolean) |
Initializes a new instance of the AttributeValue class.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Properties
Literal |
Gets or sets a value that indicates whether the value is a literal value.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Prefix |
Gets or sets the namespace prefix for the attribute.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Value |
Gets or set the value for the attribute.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Methods
FromTuple(Tuple<Tuple<String,Int32>,Tuple<Object,Int32>,Boolean>) |
Creates an attribute value from the specified tuple object. |
FromTuple(Tuple<Tuple<String,Int32>,Tuple<String,Int32>,Boolean>) |
Creates an attribute value from the specified tuple object. |
Operators
Implicit(Tuple<Tuple<String,Int32>,Tuple<Object,Int32>,Boolean> to AttributeValue) |
Creates an attribute value from the specified tuple object. |
Implicit(Tuple<Tuple<String,Int32>,Tuple<String,Int32>,Boolean> to AttributeValue) |
Creates an attribute value from the specified tuple object. |