_DTE.Edition Property

Gets a description of the edition of the environment.

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

Syntax

'Declaration
ReadOnly Property Edition As String
string Edition { get; }
property String^ Edition {
    String^ get ();
}
abstract Edition : string
function get Edition () : String

Property Value

Type: System.String
A string representing the description of the environment edition.

Examples

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

.NET Framework Security

See Also

Reference

_DTE Interface

EnvDTE Namespace