Deployment Tools Foundation
Add Method (item)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ColumnCollection ► Add(ColumnInfo)
Not supported because the collection is read-only.
Declaration Syntax| C# | Visual Basic | Visual C++ |
public void Add( ColumnInfo item )
Public Sub Add ( _ item As ColumnInfo _ )
public: virtual void Add( ColumnInfo^ item ) sealed
Parameters- item (ColumnInfo)
- information about the column being added
Exceptions| Exception | Condition |
|---|---|
| InvalidOperationException | the collection is read-only |