PropertyViewer.PropertyItemCollection.Insert Method
Inserts an element into the control at the specified index.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Sub Insert ( _
index As Integer, _
item As PropertyViewer..::..PropertyItem _
)
'Usage
Dim instance As PropertyViewer..::..PropertyItemCollection
Dim index As Integer
Dim item As PropertyViewer..::..PropertyItem
instance.Insert(index, item)
public void Insert(
int index,
PropertyViewer..::..PropertyItem item
)
public:
virtual void Insert(
int index,
PropertyViewer..::..PropertyItem^ item
) sealed
abstract Insert :
index:int *
item:PropertyViewer..::..PropertyItem -> unit
override Insert :
index:int *
item:PropertyViewer..::..PropertyItem -> unit
public final function Insert(
index : int,
item : PropertyViewer..::..PropertyItem
)
Parameters
- index
Type: System.Int32
The zero-based index at which the item should be inserted.
- item
Type: Microsoft.SqlServer.Management.Controls.PropertyViewer.PropertyItem
The object to insert. The value can be a null reference.