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
'Usage
Dim instance As VCWizCtlClass
Dim value As Object
value = instance.dte
public virtual Object dte { get; }
public:
virtual property Object^ dte {
Object^ get ();
}
public 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."
Permissions
- 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
Concepts
How to: Compile and Run the Automation Object Model Code Examples