Поделиться через


VCWizCtlClass.dte Property

Gets the top-level extensibility object.

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

Syntax

'Декларация
Public Overridable ReadOnly Property dte As Object
    Get
public virtual Object dte { get; }
public:
virtual property Object^ dte {
    Object^ get ();
}
abstract dte : Object
override dte : Object
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