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