SlideShowWindow.View Property
Returns a SlideShowView object. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property View As SlideShowView
Get
'Usage
Dim instance As SlideShowWindow
Dim value As SlideShowView
value = instance.View
SlideShowView View { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.SlideShowView