IExtensionReference.MaxVersion Property
The most recent version of the required reference that is supported by the extension
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
'Declaration
ReadOnly Property MaxVersion As Version
Get
Version MaxVersion { get; }
property Version^ MaxVersion {
Version^ get ();
}
abstract MaxVersion : Version
function get MaxVersion () : Version
Property Value
Type: System.Version
The value of the maxversion 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.