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)
ParameterDescription
resourceNameName 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)
ParameterDescription
resourceNameName of a resource.
beforeResourceIdPosition of the previous resource in a project resources collection.