Selection.Type Property

Represents the type of objects in a selection. Read-only.

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

Syntax

'Declaration
ReadOnly Property Type As PpSelectionType
    Get
'Usage
Dim instance As Selection
Dim value As PpSelectionType

value = instance.Type
PpSelectionType Type { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpSelectionType

Remarks

The value of the Type property can be one of the following PpSelectionType constants.

ppSelectionNone

ppSelectionShapes

ppSelectionSlides

ppSelectionText

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.PowerPoint Namespace