This topic has not yet been rated - Rate this topic

CodeFolders.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)

DTE DTE { get; }
/** @property */
DTE get_DTE ()

function get DTE () : DTE

Property Value

An DTE object, which is a reference to the DTE2 automation object to which the .asmx file belongs.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.