CompiledDataContext.GetVariableValue(Int32) メソッド

定義

データ コンテキストによって使用される変数の値を取得します。

protected:
 System::Object ^ GetVariableValue(int index);
protected object GetVariableValue (int index);
member this.GetVariableValue : int -> obj
Protected Function GetVariableValue (index As Integer) As Object

パラメーター

index
Int32

変数のインデックス。

戻り値

データ コンテキストによって使用される変数の値。

適用対象