DocumentWindow.View Property
Returns a View object that represents the view in the specified document window. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property View As View
Get
'Usage
Dim instance As DocumentWindow
Dim value As View
value = instance.View
View View { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.View