SettingIdentifier<T> Class

Definition

The full identifiers of the settings, including the categories it is nested under.

public sealed class SettingIdentifier<T> : Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier, IEquatable<Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier<T>>
type SettingIdentifier<'T> = class
    inherit SettingIdentifier
    interface IEquatable<SettingIdentifier<'T>>
Public NotInheritable Class SettingIdentifier(Of T)
Inherits SettingIdentifier
Implements IEquatable(Of SettingIdentifier(Of T))

Type Parameters

T

The type of the setting's value.

Inheritance
SettingIdentifier<T>
Implements

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(SettingIdentifier) (Inherited from SettingIdentifier)
Equals(SettingIdentifier<T>)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

ToString()

Returns the string value of SettingIdentifier.

(Inherited from SettingIdentifier)

Operators

Equality(SettingIdentifier<T>, SettingIdentifier<T>)

Compares two SettingIdentifier<T> values returning whether they are equal.

Implicit(SettingIdentifier<T> to String)

Implicitly converts a SettingIdentifier<T> to a string.

Implicit(String to SettingIdentifier<T>)
Inequality(SettingIdentifier<T>, SettingIdentifier<T>)

Compares two SettingIdentifier values returning whether they are different.

Applies to