Delen via


WebReference.DTE Property

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

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

Syntax

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

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

Property Value

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

.NET Framework Security

See Also

Reference

WebReference Interface

WebReference Members

VsWebSite Namespace

EnvDTE

EnvDTE80

DTE2

Other Resources

Referencing Automation Assemblies and the DTE2 Object