DTE2.Edition Property

Gets a description of the edition of the environment.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.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
The description of the environment edition.

Implements

_DTE.Edition

Examples

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

.NET Framework Security

See Also

Reference

DTE2 Interface

EnvDTE80 Namespace