_DTE.Edition Property

Definition

Gets a description of the edition of the environment.

C++/CX
public:
 property Platform::String ^ Edition { Platform::String ^ get(); };

Property Value

A string representing the description of the environment edition.

Attributes

Examples

VB
Sub EditionExample()  
   MsgBox(DTE.Edition)  
End Sub  

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019