DTE2::Edition Property

 

Gets a description of the edition of the environment.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property String^ Edition {
	String^ get();
}

Property Value

Type: System::String^

The description of the environment edition.

Implements

_DTE::Edition

Sub EditionExample()
   MsgBox(DTE2.Edition)
End Sub
Return to top
Show: