VSConstants.WellKnownOldVersionValues Class

Definition

Known values that can be used to specify OldVersion (LowerBound/UpperBound) values for ProvideBindingRedirectionAttribute.

public: ref class VSConstants::WellKnownOldVersionValues abstract sealed
class VSConstants::WellKnownOldVersionValues abstract sealed
public static class VSConstants.WellKnownOldVersionValues
type VSConstants.WellKnownOldVersionValues = class
Public Class VSConstants.WellKnownOldVersionValues
Inheritance
VSConstants.WellKnownOldVersionValues

Fields

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.

Applies to