AttributeValue.FromTuple メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
戻り値
作成された属性の値。
適用対象
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
パラメーター
戻り値
作成された属性の値。