SettingTag Struct
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.
Valid values for Tags.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.Settings.SettingTag+Converter))]
public struct SettingTag : IEquatable<Microsoft.VisualStudio.Extensibility.Settings.SettingTag>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.Settings.SettingTag+Converter))>]
type SettingTag = struct
Public Structure SettingTag
Implements IEquatable(Of SettingTag)
- Inheritance
-
SettingTag
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Properties
Accessibility |
Gets the "accessibility" setting tag. |
Performance |
Gets the "performance" setting tag. |
Methods
Equals(Object) | Indicates whether this instance and a specified object are equal. |
Equals(SettingTag) | Indicates whether the current object is equal to another object of the same type. |
GetHashCode() | Returns the hash code for this instance. |
ToString() |
Returns the string value of SettingTag. |
Operators
Equality(SettingTag, SettingTag) |
Compares two SettingTag values returning whether they are equal. |
Implicit(SettingTag to String) |
Implicitly converts a SettingTag to a |
Inequality(SettingTag, SettingTag) |
Compares two SettingTag values returning whether they are different. |