Share via


ClassificationType Struct

Definition

Represents a type of classification.

[Microsoft.VisualStudio.Extensibility.Internal.StringBasedEnum("", true)]
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.Editor.ClassificationType+Converter))]
public struct ClassificationType : IEquatable<Microsoft.VisualStudio.Extensibility.Editor.ClassificationType>
[<Microsoft.VisualStudio.Extensibility.Internal.StringBasedEnum("", true)>]
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Extensibility.Editor.ClassificationType+Converter))>]
type ClassificationType = struct
Public Structure ClassificationType
Implements IEquatable(Of ClassificationType)
Inheritance
ClassificationType
Attributes
Microsoft.VisualStudio.Extensibility.Internal.StringBasedEnumAttribute Newtonsoft.Json.JsonConverterAttribute
Implements

Methods

Custom(String)

Initializes a ClassificationType value.

Equals(ClassificationType)

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

Equals(Object)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

ToString()

Returns the string value of ClassificationType.

Operators

Equality(ClassificationType, ClassificationType)

Compares two ClassificationType values returning whether they are equal.

Implicit(ClassificationType to String)

Implicitly converts a ClassificationType to a string.

Implicit(String to ClassificationType)

Implicitly converts a string to a ClassificationType.

Inequality(ClassificationType, ClassificationType)

Compares two ClassificationType values returning whether they are different.

Applies to