VCWizCtlClass.dte Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the top-level extensibility object.
public:
virtual property System::Object ^ dte { System::Object ^ get(); };
public:
virtual property Platform::Object ^ dte { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(1610743808)]
public virtual object dte { [System.Runtime.InteropServices.DispId(1610743808)] get; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
[<get: System.Runtime.InteropServices.DispId(1610743808)>]
member this.dte : obj
Public Overridable ReadOnly Property dte As Object
Property Value
A DTE2 object.
Implements
- Attributes
Remarks
In Visual Studio, the DTE2 object is the root of the automation model, which other object models often call "Application."