SettingIdentifier Class

Definition

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

public class SettingIdentifier : IEquatable<Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier>
type SettingIdentifier = class
    interface IEquatable<SettingIdentifier>
Public Class SettingIdentifier
Implements IEquatable(Of SettingIdentifier)
Inheritance
SettingIdentifier
Derived
Implements

Methods

Custom(String)

Initializes a SettingIdentifier value.

Custom<T>(String)

Initializes a SettingIdentifier value.

Equals(Object)

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

Equals(SettingIdentifier)

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.

Operators

Equality(SettingIdentifier, SettingIdentifier)

Compares two SettingIdentifier values returning whether they are equal.

Implicit(SettingIdentifier to String)

Implicitly converts a SettingIdentifier to a string.

Implicit(String to SettingIdentifier)

Implicitly converts a string to a SettingIdentifier.

Inequality(SettingIdentifier, SettingIdentifier)

Compares two SettingIdentifier values returning whether they are different.

Applies to