Add
Add (1 of 3)
Adds new resource at the last position of a project resources collection.
Returns: Added resource.
Add()
Add (2 of 3)
Adds new resource at the last position of a project resources collection.
Returns: Added resource.
Add(const System::String & resourceName)
| Parameter | Description |
|---|---|
| resourceName | Name of a resource. |
Add (3 of 3)
Adds new resource at the specified position of a project resources collection.
Returns: Added resource.
Add(const System::String & resourceName, int32_t beforeResourceId)
| Parameter | Description |
|---|---|
| resourceName | Name of a resource. |
| beforeResourceId | Position of the previous resource in a project resources collection. |