Share via


View.Type Property

Represents the type of view. Read-only.

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

Syntax

'Declaration
ReadOnly Property Type As PpViewType
    Get
'Usage
Dim instance As View
Dim value As PpViewType

value = instance.Type
PpViewType Type { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpViewType

Remarks

The value of the Type property can be one of these PpViewType constants.

ppViewHandoutMaster

ppViewMasterThumbnails

ppViewNormal

ppViewNotesMaster

ppViewNotesPage

ppViewOutline

ppViewPrintPreview

ppViewSlide

ppViewSlideMaster

ppViewSlideSorter

ppViewThumbnails

ppViewTitleMaster

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.PowerPoint Namespace