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
'宣言
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
- 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.