Deployment Tools Foundation
Item Property (columnIndex)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ColumnCollection ► Item[([(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 |