SolutionClass.DTE Property

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

DTE

The DTE object.

Implements

DTE
Attributes

Applies to