InsertCodeFix Method
InsertCodeFix(Int32)
When implemented by a class, inserts a new item to the specified position within the ICodeFixItems collection.
Declaration
ICodeFixItem InsertCodeFix(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | Specifies position to insert. |
Returns
| Type | Description |
|---|---|
| ICodeFixItem |
|