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 Get
public: property ColumnInfo^ default[int columnIndex] { ColumnInfo^ get (int columnIndex); }
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.9.1006.0)