get_LayoutSlides()

MasterSlide::get_LayoutSlides() method

Returns the collection of child layout slides for this master slide. Read-only IMasterLayoutSlideCollection.

System::SharedPtr<IMasterLayoutSlideCollection> Aspose::Slides::MasterSlide::get_LayoutSlides() override

Remarks

You can access to alternative API for adding/inserting/removing/cloning layout slides by using IPresentation::get_LayoutSlides() property.

See Also