This topic has not yet been rated - Rate this topic

VCCodeIDLImportLib.DTE Property 

Gets the top-level extensibility object.

Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in microsoft.visualstudio.vccodemodel.dll)

DTE DTE { get; }
/** @property */
DTE get_DTE ()

function get DTE () : DTE

Property Value

A DTE object.

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.