_Presentation.VBProject Property

Returns a VBProject object that represents the individual Visual Basic project for the presentation. Read-only.

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

Syntax

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

value = instance.VBProject
VBProject VBProject { get; }

Property Value

Type: VBProject

See Also

Reference

_Presentation Interface

_Presentation Members

Microsoft.Office.Interop.PowerPoint Namespace