DataSourceExpressionCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在指定索引處的資料來源運算式物件。
public:
property System::Web::UI::WebControls::Expressions::DataSourceExpression ^ default[int] { System::Web::UI::WebControls::Expressions::DataSourceExpression ^ get(int index); void set(int index, System::Web::UI::WebControls::Expressions::DataSourceExpression ^ value); };
public System.Web.UI.WebControls.Expressions.DataSourceExpression this[int index] { get; set; }
member this.Item(int) : System.Web.UI.WebControls.Expressions.DataSourceExpression with get, set
Default Public Property Item(index As Integer) As DataSourceExpression
參數
- index
- Int32
要取得之資料來源運算式的索引 (以零起始)。
屬性值
在指定索引處的資料來源運算式物件。