ParameterModifier.Item[Int32] 屬性

定義

取得或設定一個值,指定該參數在指定索引位置是否要被當前 ParameterModifier修改。

public:
 property bool default[int] { bool get(int index); void set(int index, bool value); };
public bool this[int index] { get; set; }
member this.Item(int) : bool with get, set
Default Public Property Item(index As Integer) As Boolean

參數

index
Int32

正在檢查或設定修改狀態的參數的索引位置。

屬性值

true 若該指標位置的參數將被修改 ParameterModifier為 ;否則, false

備註

索引器允許將某型態的預設屬性視為陣列來索引。

適用於