Share via


View.Slide Property

Returns or sets a Slide object that represents the slide that is currently displayed in the specified document window view. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property Slide As Object
    Get
    Set
'Usage
Dim instance As View
Dim value As Object

value = instance.Slide

instance.Slide = value
Object Slide { get; set; }

Property Value

Type: System.Object

Remarks

If the currently displayed slide is from an embedded presentation, you can use the Parent property of the Slide object returned by the Slide property to return the embedded presentation that contains the slide. (The Presentation property of the SlideShowWindow object or DocumentWindow object returns the presentation from which the window was created, not the embedded presentation.)

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.PowerPoint Namespace