VCWizCtlClass::dte Property

 

Gets the top-level extensibility object.

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

public:
property Object^ dte {
	virtual Object^ get();
}

Property Value

Type: System::Object^

A DTE2 object.

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

Return to top
Show: