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
Remarks
In Visual Studio, the DTE2 object is the root of the automation model, which other object models often call "Application."
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.VsWizard Namespace
Other Resources
How to: Compile and Run the Automation Object Model Code Examples