SlideShowSettings.NamedSlideShows Property
Returns a NamedSlideShows collection that represents all the named slide shows (custom slide shows) in the specified presentation. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property NamedSlideShows As NamedSlideShows
Get
'Usage
Dim instance As SlideShowSettings
Dim value As NamedSlideShows
value = instance.NamedSlideShows
NamedSlideShows NamedSlideShows { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.NamedSlideShows
Remarks
Each named slide show, or custom slide show, is a user-selected subset of the specified presentation.
Use the Add method of the NamedSlideShows object to create a named slide show.