Share via


VSWebProjectItem.DTE Property

Gets a DTE2 object that contains a reference to the Web site.

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

Syntax

'Declaration
ReadOnly Property DTE As DTE
'Usage
Dim instance As VSWebProjectItem 
Dim value As DTE 

value = instance.DTE
DTE DTE { get; }
property DTE^ DTE {
    DTE^ get ();
}
function get DTE () : DTE

Property Value

Type: EnvDTE.DTE
The Automation object that is associated with the Web service project item.

.NET Framework Security

See Also

Reference

VSWebProjectItem Interface

VSWebProjectItem Members

VsWebSite Namespace

EnvDTE

EnvDTE80

DTE2

Other Resources

Referencing Automation Assemblies and the DTE2 Object