_Presentation.Container Property

Returns the object that contains the specified embedded presentation. Read-only.

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

Syntax

'Declaration
ReadOnly Property Container As Object
    Get
'Usage
Dim instance As _Presentation
Dim value As Object

value = instance.Container
Object Container { get; }

Property Value

Type: System.Object

Remarks

If the container doesn't support OLE Automation, or if the specified presentation isn't embedded in a Microsoft Binder file, this property fails.

See Also

Reference

_Presentation Interface

_Presentation Members

Microsoft.Office.Interop.PowerPoint Namespace