ColumnCollection Constructor (columns)

DTF API

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++ F#
public ColumnCollection(
	ICollection<ColumnInfo> columns
)
Public Sub New ( 
	columns As ICollection(Of ColumnInfo)
)
public:
ColumnCollection(
	ICollection<ColumnInfo^>^ columns
)
new : 
        columns : ICollection<ColumnInfo> -> ColumnCollection
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.11.1.2318)