get_LayoutSlides()

IMasterSlide::get_LayoutSlides() method

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

virtual System::SharedPtr<IMasterLayoutSlideCollection> Aspose::Slides::IMasterSlide::get_LayoutSlides()=0

Remarks

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

See Also