Share via


AttributeValue.FromTuple Method (Tuple<Tuple<String, Int32>, Tuple<Object, Int32>, Boolean>)

Creates an attribute value from the specified tuple object.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Shared Function FromTuple ( _
    value As Tuple(Of Tuple(Of String, Integer), Tuple(Of Object, Integer), Boolean) _
) As AttributeValue
'Usage
Dim value As Tuple(Of Tuple(Of String, Integer), Tuple(Of Object, Integer), Boolean)
Dim returnValue As AttributeValue 

returnValue = AttributeValue.FromTuple(value)
public static AttributeValue FromTuple(
    Tuple<Tuple<string, int>, Tuple<Object, int>, bool> value
)
public:
static AttributeValue^ FromTuple(
    Tuple<Tuple<String^, int>^, Tuple<Object^, int>^, bool>^ value
)
static member FromTuple : 
        value:Tuple<Tuple<string, int>, Tuple<Object, int>, bool> -> AttributeValue
public static function FromTuple(
    value : Tuple<Tuple<String, int>, Tuple<Object, int>, boolean>
) : AttributeValue

Parameters

Return Value

Type: System.Web.WebPages.AttributeValue
The created attribute value.

See Also

Reference

AttributeValue Class

FromTuple Overload

System.Web.WebPages Namespace