SlideShowView.GotoNamedShow Method
Switches to the specified custom, or named, slide show during another slide show. When the slide show advances from the current slide, the next slide displayed will be the next one in the specified custom slide show, not the next one in current slide show.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub GotoNamedShow ( _
SlideShowName As String _
)
'Usage
Dim instance As SlideShowView
Dim SlideShowName As String
instance.GotoNamedShow(SlideShowName)
void GotoNamedShow(
string SlideShowName
)
Parameters
- SlideShowName
Type: System.String
The name of the custom slide show to be switched to.