DTEClass.Edition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For more information on this property, refer to Edition.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual property System::String ^ Edition { System::String ^ get(); };
public:
virtual property Platform::String ^ Edition { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(246)]
public virtual string Edition { [System.Runtime.InteropServices.DispId(246)] get; }
[<System.Runtime.InteropServices.DispId(246)>]
[<get: System.Runtime.InteropServices.DispId(246)>]
member this.Edition : string
Public Overridable ReadOnly Property Edition As String
Property Value
The edition.
Implements
- Attributes