DTEClass.Edition Property

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

For more information on this property, refer to Edition.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Edition As String
public virtual string Edition { get; }
public:
virtual property String^ Edition {
    String^ get ();
}
abstract Edition : string with get 
override Edition : string with get
function get Edition () : String

Property Value

Type: System.String
The edition.

Implements

_DTE.Edition

.NET Framework Security

See Also

Reference

DTEClass Class

EnvDTE Namespace