SettingRule.Or(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 at least one of the
rules
is true
.
public static Microsoft.VisualStudio.Extensibility.Settings.SettingRule Or (params Microsoft.VisualStudio.Extensibility.Settings.SettingRule[] rules);
static member Or : Microsoft.VisualStudio.Extensibility.Settings.SettingRule[] -> Microsoft.VisualStudio.Extensibility.Settings.SettingRule
Public Shared Function Or (ParamArray rules As SettingRule()) As SettingRule
Parameters
- rules
- SettingRule[]
The operands of the logical OR operation.
Returns
A SettingRule that is true
when at least one of the
rules
is true
.