SettingRule.And(SettingRule[]) 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 a SettingRule rule that is true
when all rules
are
true
.
public static Microsoft.VisualStudio.Extensibility.Settings.SettingRule And (params Microsoft.VisualStudio.Extensibility.Settings.SettingRule[] rules);
static member And : Microsoft.VisualStudio.Extensibility.Settings.SettingRule[] -> Microsoft.VisualStudio.Extensibility.Settings.SettingRule
Public Shared Function And (ParamArray rules As SettingRule()) As SettingRule
Parameters
- rules
- SettingRule[]
The operands of the logical AND operation.
Returns
A SettingRule that is true
when all rules
are
true
.