SettingTag Struct

Definition

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 string.

Inequality(SettingTag, SettingTag)

Compares two SettingTag values returning whether they are different.

Applies to