ArraySettingItemPropertyRule Class
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.
Configuration of a VisualStudio.Extensibility setting rule.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule+ArraySettingItemPropertyRuleConverter))]
public abstract class ArraySettingItemPropertyRule : IEquatable<Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule+ArraySettingItemPropertyRuleConverter))>]
type ArraySettingItemPropertyRule = class
interface IEquatable<ArraySettingItemPropertyRule>
Public MustInherit Class ArraySettingItemPropertyRule
Implements IEquatable(Of ArraySettingItemPropertyRule)
- Inheritance
-
ArraySettingItemPropertyRule
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Methods
And(ArraySettingItemPropertyRule[]) |
Creates a ArraySettingItemPropertyRule rule that is |
EnvironmentVariableEqual(String, String) |
Creates a ArraySettingItemPropertyRule that is satisfied when an environment variable has the provided value. |
EnvironmentVariableNotEqual(String, String) |
Creates a ArraySettingItemPropertyRule that is satisfied when an environment variable doesn't have the provided value. |
Equal(String, Object) |
Creates a ArraySettingItemPropertyRule that is satisfied when |
Equals(ArraySettingItemPropertyRule) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | Determines whether the specified object is equal to the current object. |
FeatureFlag(String, Boolean) |
Creates a ArraySettingItemPropertyRule that is satisfied when the Visual Studio feature flag
|
GetHashCode() | Serves as the default hash function. |
NotEqual(String, Object) |
Creates a ArraySettingItemPropertyRule that is satisfied when |
Or(ArraySettingItemPropertyRule[]) |
Creates a ArraySettingItemPropertyRule rule that is |
UIContext(Guid, Boolean) |
Creates a ArraySettingItemPropertyRule that is satisfied when the Visual Studio UI Context
|
Operators
BitwiseAnd(ArraySettingItemPropertyRule, ArraySettingItemPropertyRule) |
Creates a ArraySettingItemPropertyRule that is |
BitwiseOr(ArraySettingItemPropertyRule, ArraySettingItemPropertyRule) |
Creates a ArraySettingItemPropertyRule rule that is |