Share via


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

变量的索引。

返回

使用数据上下文的变量的值。

适用于