'宣言 Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ContextMenuItem
public ContextMenuItem this[ int index ]; {get;}
例外 | 解説 |
---|---|
System.ArgumentException | Value パラメーターが null の場合。または index パラメーターが 0 以下の場合。まはた index パラメーターがコレクション内のメニュー項目の数より大きく、メニュー項目のコレクションが null ではない場合。 |