VSConstants.WellKnownOldVersionValues Class
Values that can be used to specify OldVersion (LowerBound/UpperBound) for ProvideBindingRedirectionAttribute.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.VSConstants.WellKnownOldVersionValues
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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.