Item Property (columnIndex)

DTF API

Copy image CopyHover image
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++ F#
public ColumnInfo this[
	int columnIndex
] { get; }
Public ReadOnly Default Property Item ( 
	columnIndex As Integer
) As ColumnInfo
	Get
public:
property ColumnInfo^ default[int columnIndex] {
	ColumnInfo^ get (int columnIndex);
}
member Item : ColumnInfo with get
Parameters
columnIndex (Int32)
1-based index into the column collection
Property Value
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.dll) Version: 3.0.0.0 (3.11.1.2318)