IToolboxExtensionsSdkInfo.MinVSVersion 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 Visual Studio version. This value is used to filter which extension SDKs show up in each version of Visual Studio.
public:
property Version ^ MinVSVersion { Version ^ get(); };
public Version MinVSVersion { get; }
member this.MinVSVersion : Version
Public ReadOnly Property MinVSVersion As Version