Freigeben über


VCWizCtlClass.dte Property

Definition

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

dte
Attributes

Remarks

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

Applies to