Share via


IExtensionReference.MinVersion Property

The minimum version of the referenced extension that is required for compatibility with the parent extension.

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

'Declaration
ReadOnly Property MinVersion As Version
    Get
Version MinVersion { get; }
property Version^ MinVersion {
    Version^ get ();
}
abstract MinVersion : Version
function get MinVersion () : Version

Property Value

Type: System.Version
The value of the minversion attribute of the Reference element that corresponds to the current IExtensionReference instance, expressed as a Version object.

Remarks

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

.NET Framework Security

See Also

Reference

IExtensionReference Interface

Microsoft.VisualStudio.ExtensionManager Namespace