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
参数
返回
创建的特性值。