Deployment Tools Foundation
Insert Method (index, item)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPathCollection ► Insert(Int32, InstallPath)
Inserts a child path into the collection.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void Insert( int index, InstallPath item )
Public Sub Insert ( _ index As Integer, _ item As InstallPath _ )
public: virtual void Insert( int index, InstallPath^ item ) sealed
Parameters
- index (Int32)
- The insertion index.
- item (InstallPath)
- The InstallPath to insert.