Freigeben über


StringComparisonValueType Class

Definition

[System.Runtime.CompilerServices.Nullable(0)]
public class StringComparisonValueType : Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.ValueTypeBase<StringComparison>
[<System.Runtime.CompilerServices.Nullable(0)>]
type StringComparisonValueType = class
    inherit ValueTypeBase<StringComparison>
Public Class StringComparisonValueType
Inherits ValueTypeBase(Of StringComparison)
Inheritance
StringComparisonValueType
Attributes

Constructors

StringComparisonValueType()

Properties

MetadataObjectPath

How to retrieve the value type metadata instance. It is used in code generation.

(Inherited from ValueTypeBase<TValue>)
Name
RunTimeType (Inherited from ValueTypeBase<TValue>)
TypeName (Inherited from ValueTypeBase<TValue>)

Methods

GetCustomizedCoreEqualityComparer(IValueTypeMetadata) (Inherited from ValueTypeBase<TValue>)
GetCustomizedEqualityComparer(IValueTypeMetadata) (Inherited from ValueTypeBase<TValue>)
ReadFromJsonCore(JsonReader, IValueTypeMetadata, Boolean)
WriteToJson(StringComparison, JsonWriter)
WriteToJson(TValue, JsonWriter) (Inherited from ValueTypeBase<TValue>)

Explicit Interface Implementations

IJsonValueSerializer.ReadFromJson(JsonReader, IValueTypeMetadata) (Inherited from ValueTypeBase<TValue>)
IJsonValueSerializer.WriteToJson(Object, JsonWriter) (Inherited from ValueTypeBase<TValue>)
IJsonValueSerializer<TValue>.ReadFromJson(JsonReader, IValueTypeMetadata) (Inherited from ValueTypeBase<TValue>)
IValueType.GetCustomizedEqualityComparer(IValueTypeMetadata) (Inherited from ValueTypeBase<TValue>)

Applies to