CopyTo()

ControlCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IControl>>, int32_t) method

Copies the entire collection to the specified array.

void Aspose::Slides::ControlCollection::CopyTo(System::ArrayPtr<System::SharedPtr<IControl>> array, int32_t index) override

Arguments

ParameterTypeDescription
arraySystem::ArrayPtr<System::SharedPtr<IControl>>Target array
indexint32_tIndex in the target array.

See Also