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++ | F# |
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
abstract Insert : index : int * item : InstallPath -> unit override Insert : index : int * item : InstallPath -> unit
Parameters
- index (Int32)
- The insertion index.
- item (InstallPath)
- The InstallPath to insert.
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.11.1.2318)