ParameterModifier.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定位於指定索引位置的參數是否要由目前的 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
正在檢查或設定其修改狀態的參數索引位置。
屬性值
如果位於這個索引位置的參數要由這個 ParameterModifier 所修改,則為 true
;否則為 false
。
備註
索引器允許在類型上編製索引的默認屬性,就像類型是數位一樣。