Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Values that can be used to specify OldVersion (LowerBound/UpperBound) for ProvideBindingRedirectionAttribute.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.VSConstants.WellKnownOldVersionValues
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class WellKnownOldVersionValues
public static class WellKnownOldVersionValues
public ref class WellKnownOldVersionValues abstract sealed
[<AbstractClass>]
[<Sealed>]
type WellKnownOldVersionValues = class end
public final class WellKnownOldVersionValues
The VSConstants.WellKnownOldVersionValues type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() |
Current | Value is the current version number of the target assembly. |
![]() ![]() |
LowestMajor | Value is n.0.0.0, where n is the major version number of the target assembly. |
![]() ![]() |
LowestMajorMinor | Value is n.n.0.0, where n.n is the major and minor version numbers of the target assembly. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.