RegisterLoadKeyAttribute::MinimumEdition Property

 

Gets the minimum edition of Visual Studio needed to load your VSPackage. This attribute has been deprecated.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ MinimumEdition {
	String^ get();
}

Property Value

Type: System::String^

The minimum edition of Visual Studio needed to load your VSPackage.

Return to top
Show: