Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a description of the edition of the environment.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property Edition As String
'Usage
Dim instance As _DTE
Dim value As String
value = instance.Edition
string Edition { get; }
property String^ Edition {
String^ get ();
}
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.