'宣言
Public Sub Insert( _ ByVal index As Integer, _ ByVal attribute As ContextAttribute _ )
public void Insert( int index, ContextAttribute attribute )
パラメータ
- index
- 属性が挿入されるゼロから始まるインデックス。
- attribute
- 挿入する属性。
'宣言
Public Sub Insert( _ ByVal index As Integer, _ ByVal attribute As ContextAttribute _ )
public void Insert( int index, ContextAttribute attribute )