次の方法で共有


AttributeValue.FromTuple メソッド

定義

オーバーロード

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

指定した組オブジェクトから属性の値を作成します。

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

指定した組オブジェクトから属性の値を作成します。

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

指定した組オブジェクトから属性の値を作成します。

public static System.Web.WebPages.AttributeValue FromTuple ((Tuple<string,int>,Tuple<object,int>,bool) value);
static member FromTuple : (string * int * obj * int * bool) -> System.Web.WebPages.AttributeValue
Public Shared Function FromTuple (value As Tuple(Of Tuple(Of String, Integer), Tuple(Of Object, Integer), Boolean)) As AttributeValue

パラメーター

value
Tuple<Tuple<String,Int32>,Tuple<Object,Int32>,Boolean>

作成元の組オブジェクト。

戻り値

作成された属性の値。

適用対象

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

指定した組オブジェクトから属性の値を作成します。

public static System.Web.WebPages.AttributeValue FromTuple ((Tuple<string,int>,Tuple<string,int>,bool) value);
static member FromTuple : (string * int * string * int * bool) -> System.Web.WebPages.AttributeValue
Public Shared Function FromTuple (value As Tuple(Of Tuple(Of String, Integer), Tuple(Of String, Integer), Boolean)) As AttributeValue

パラメーター

value
Tuple<Tuple<String,Int32>,Tuple<String,Int32>,Boolean>

作成元の組オブジェクト。

戻り値

作成された属性の値。

適用対象