Share via


VCWizCtlClass.dte Property

Gets the top-level extensibility object.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property dte As Object
public virtual Object dte { get; }
public:
virtual property Object^ dte {
    Object^ get ();
}
abstract dte : Object with get 
override dte : Object with get
function get dte () : Object

Property Value

Type: System.Object
A DTE2 object.

Implements

IVCWizCtlUI.dte

Remarks

In Visual Studio, the DTE2 object is the root of the automation model, which other object models often call "Application."

.NET Framework Security

See Also

Reference

VCWizCtlClass Class

Microsoft.VisualStudio.VsWizard Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples