Share via


AssemblyReference.DTE Property

Definition

Gets a reference to the DTE2 object that contains the project containing this Web service.

public:
 property EnvDTE::DTE ^ default { EnvDTE::DTE ^ get(); };
[System.Runtime.InteropServices.DispId(0)]
public EnvDTE.DTE this { [System.Runtime.InteropServices.DispId(0)] get; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
member this.DTE : EnvDTE.DTE
Default Public ReadOnly Property DTE As DTE

Property Value

DTE

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

Attributes

Applies to