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