Item Property (columnIndex)

Microsoft Deployment Tools

Deployment Tools Foundation Item Property (columnIndex)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerColumnCollectionItem[([(Int32])])
Gets information about a specific column in the collection.
Declaration Syntax
C# Visual Basic Visual C++
public ColumnInfo this[
	int columnIndex
] { get; }
Public ReadOnly Default Property Item ( _
	columnIndex As Integer _
) As ColumnInfo
public:
property ColumnInfo^ default[int columnIndex] {
	ColumnInfo^ get (int columnIndex);
}
Parameters
columnIndex (Int32)
1-based index into the column collection
Exceptions
Exception Condition
ArgumentOutOfRangeException columnIndex is less than 1 or greater than the number of columns in the collection

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)