'宣言 Public Overrides Default Property Item( _ ByVal key As String _ ) As TaskCellSettings
public override TaskCellSettings this[ string key ]; {get; set;}
| 例外 | 解説 |
|---|---|
| System.ArgumentNullException | キーは null です。 |
| System.Collections.Generic.KeyNotFoundException | プロパティが取得され、キーはコレクションに存在していません。 |