ActivationConstraint.And(ActivationConstraint[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an activation constraint that is true
when all constraints
are
true
.
public static Microsoft.VisualStudio.Extensibility.ActivationConstraint And (params Microsoft.VisualStudio.Extensibility.ActivationConstraint[] constraints);
static member And : Microsoft.VisualStudio.Extensibility.ActivationConstraint[] -> Microsoft.VisualStudio.Extensibility.ActivationConstraint
Public Shared Function And (ParamArray constraints As ActivationConstraint()) As ActivationConstraint
Parameters
- constraints
- ActivationConstraint[]
The operands of the logical AND operation.
Returns
A constraint that is true
when all constraints
are
true
.