'宣言 Public Sub Insert( _ ByVal index As Integer, _ ByVal item As XmlaQueryProperty _ )
public void Insert( int index, XmlaQueryProperty item )
| 例外 | 解説 |
|---|---|
| System.ArgumentOutOfRangeException | index は IList では有効なインデックスではありません。 |
| System.NotSupportedException | IList は読み取り専用です。 |