_Presentation.PublishObjects Property

Returns a PublishObjects collection that represents the set of complete or partial loaded presentations that are available to publish to HTML. Read-only.

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

Syntax

'Declaration
ReadOnly Property PublishObjects As PublishObjects
    Get
'Usage
Dim instance As _Presentation
Dim value As PublishObjects

value = instance.PublishObjects
PublishObjects PublishObjects { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PublishObjects

See Also

Reference

_Presentation Interface

_Presentation Members

Microsoft.Office.Interop.PowerPoint Namespace