ColumnCollection Constructor (columns)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation ColumnCollection Constructor (columns)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerColumnCollectionColumnCollection(ICollection<(Of <<'(ColumnInfo>)>>))
Creates a new ColumnCollection based on a specified list of columns.
Declaration Syntax
C# Visual Basic Visual C++
public ColumnCollection(
	ICollection<ColumnInfo> columns
)
Public Sub New ( 
	columns As ICollection(Of ColumnInfo)
)
public:
ColumnCollection(
	ICollection<ColumnInfo^>^ columns
)
Parameters
columns (ICollection<(Of <(<'ColumnInfo>)>)>)
columns to be added to the new collection

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)