Share via


CodeFolder.DTE Property

Gets a reference to the DTE2 object that contains the project containing this code folder.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
ReadOnly Property DTE As DTE
DTE DTE { get; }
property DTE^ DTE {
    DTE^ get ();
}
abstract DTE : DTE with get
function get DTE () : DTE

Property Value

Type: EnvDTE.DTE
An object, which is a reference to the DTE2 automation object to which the code folder belongs.

.NET Framework Security

See Also

Reference

CodeFolder Interface

VsWebSite Namespace

EnvDTE

EnvDTE80

DTE2

Other Resources

Referencing Automation Assemblies and the DTE2 Object