This document is archived and information here might be outdated.  Recommended version.


IApplication.VBE Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IApplication Interface > IApplication.VBE Property
ArcGIS Developer Help

IApplication.VBE Property

The Visual Basic Environment.

[Visual Basic .NET]
Public ReadOnly Property VBE As Object
[C#]
public object VBE {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The VBE is the root object that provides access to all other objects represented in Visual Basic for Applications that is embedded in the application.



 

See Also

IApplication Interface