RegisterLoadKeyAttribute.MinimumEdition 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.
Gets the minimum edition of Visual Studio needed to load your VSPackage. This attribute has been deprecated.
public:
property System::String ^ MinimumEdition { System::String ^ get(); };
public:
property Platform::String ^ MinimumEdition { Platform::String ^ get(); };
public string MinimumEdition { get; }
member this.MinimumEdition : string
Public ReadOnly Property MinimumEdition As String
Property Value
The minimum edition of Visual Studio needed to load your VSPackage.