共用方式為


IRuntimeVariables.Item[Int32] 屬性

定義

取得指定之索引處的執行階段變數值。

public:
 property System::Object ^ default[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
public object? this[int index] { get; set; }
public object this[int index] { get; set; }
member this.Item(int) : obj with get, set
Default Public Property Item(index As Integer) As Object

參數

index
Int32

執行階段變數 (要傳回其值) 的以零起始的索引。

屬性值

執行階段變數的值。

適用於