Miner.Interop Namespace > ID8List Interface : Insert Method |
'Declaration
Sub Insert( _ ByVal pListItem As ID8ListItem, _ ByVal position As System.Integer _ )
'Usage
Dim instance As ID8List Dim pListItem As ID8ListItem Dim position As System.Integer instance.Insert(pListItem, position)
void Insert( ID8ListItem pListItem, System.int position )
procedure Insert( pListItem: ID8ListItem; position: System.Integer );
function Insert( pListItem : ID8ListItem, position : System.int );
void Insert( ID8ListItem* pListItem, System.int position )
void Insert( ID8ListItem^ pListItem, System.int position )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2