The methods of the ICodeStatements interface are listed below. For a complete list of ICodeStatements interface members, see the ICodeStatements Members topic.
Add | Adds a new statement to the collection. |
GetCount | Gets the number of statements currently in the collection. |
GetItemAt | Gets the statement at the specified index. |
GetItems | Gets a snapshot of all contained statements. |
SetItemAt | Sets the item at the specified index. |
SetItems | Clears the current set of statements, and replaces them with the statements in value. |
ICodeStatements Interface | System.ComponentModel.Design.CodeModel Namespace