Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a collection of slide design templates.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("914934D6-5A91-11CF-8700-00AA0060263B")> _
Public Interface Designs _
Inherits Collection
'Usage
Dim instance As Designs
[GuidAttribute("914934D6-5A91-11CF-8700-00AA0060263B")]
public interface Designs : Collection
Remarks
Use the Designs property of the PresentationClass object to reference a design template.
To add or clone an individual design template, use the Designs collection's Add or Clone methods, respectively. To refer to an individual design template, use the Item method.
To load a design template, use the Load method.