EventHandlerList.Item[Object] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定指定物件的委派。
public:
property Delegate ^ default[System::Object ^] { Delegate ^ get(System::Object ^ key); void set(System::Object ^ key, Delegate ^ value); };
public Delegate? this[object key] { get; set; }
public Delegate this[object key] { get; set; }
member this.Item(obj) : Delegate with get, set
Default Public Property Item(key As Object) As Delegate
參數
- key
- Object
要在清單中尋找的物件。
屬性值
指定索引鍵的委派,如果委派不存在,則為 null
。
備註
在清單中找不到索引鍵,而您提供委派來設定索引鍵的值時,會將索引鍵新增至清單頂端,並指派給委派做為其值。