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

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

Property Value

Type: EnvDTE.DTE

The Automation object that is associated with the Web service project item.

See Also

EnvDTE
EnvDTE80
DTE2
VSWebProjectItem Interface
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object

Return to top