AttributeValue.FromTuple 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FromTuple(Tuple<Tuple<String,Int32>,Tuple<Object,Int32>,Boolean>) |
建立指定 Tuple 物件的屬性值。 |
FromTuple(Tuple<Tuple<String,Int32>,Tuple<String,Int32>,Boolean>) |
建立指定 Tuple 物件的屬性值。 |
FromTuple(Tuple<Tuple<String,Int32>,Tuple<Object,Int32>,Boolean>)
建立指定 Tuple 物件的屬性值。
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>)
建立指定 Tuple 物件的屬性值。
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
參數
傳回
建立的屬性值。