RegisterLoadKeyAttribute.MinimumEdition Property

Definition

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.

Applies to