ClassificationType 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.
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 |
| Implicit(String to ClassificationType) |
Implicitly converts a |
| Inequality(ClassificationType, ClassificationType) |
Compares two ClassificationType values returning whether they are different. |