AssemblyReference.DTE Property
Gets a reference to the DTE2 object that contains the project containing this Web service.
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
An T:EnvDTE object, which is a reference to the DTE2 automation object to which the .asmx file belongs.
See Also
EnvDTE
EnvDTE80
DTE2
AssemblyReference Interface
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object
Return to top