AttributeValue.Implicit 演算子
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Implicit(Tuple<Tuple<String,Int32>,Tuple<Object,Int32>,Boolean> to AttributeValue) |
指定した組オブジェクトから属性の値を作成します。 |
Implicit(Tuple<Tuple<String,Int32>,Tuple<String,Int32>,Boolean> to AttributeValue) |
指定した組オブジェクトから属性の値を作成します。 |
Implicit(Tuple<Tuple<String,Int32>,Tuple<Object,Int32>,Boolean> to AttributeValue)
指定した組オブジェクトから属性の値を作成します。
public static implicit operator System.Web.WebPages.AttributeValue ((Tuple<string,int>,Tuple<object,int>,bool) value);
static member op_Implicit : (string * int * obj * int * bool) -> System.Web.WebPages.AttributeValue
Public Shared Widening Operator CType (value As Tuple(Of Tuple(Of String, Integer), Tuple(Of Object, Integer), Boolean)) As AttributeValue
パラメーター
戻り値
作成された属性の値。
適用対象
Implicit(Tuple<Tuple<String,Int32>,Tuple<String,Int32>,Boolean> to AttributeValue)
指定した組オブジェクトから属性の値を作成します。
public static implicit operator System.Web.WebPages.AttributeValue ((Tuple<string,int>,Tuple<string,int>,bool) value);
static member op_Implicit : (string * int * string * int * bool) -> System.Web.WebPages.AttributeValue
Public Shared Widening Operator CType (value As Tuple(Of Tuple(Of String, Integer), Tuple(Of String, Integer), Boolean)) As AttributeValue
パラメーター
戻り値
作成された属性の値。