Propriedade _DTE.Edition

Obtém uma descrição da edição do ambiente.

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

Sintaxe

'Declaração
ReadOnly Property Edition As String
    Get
string Edition { get; }
property String^ Edition {
    String^ get ();
}
abstract Edition : string
function get Edition () : String

Valor de propriedade

Tipo: System.String
Uma seqüência de caracteres que representa a descrição da edição do ambiente.

Exemplos

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

Segurança do .NET Framework

Consulte também

Referência

_DTE Interface

Namespace EnvDTE