Compartilhar via


UintValueType Class

Definition

Represents an unsigned int value in the project API.

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

Constructors

UintValueType()

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

Methods

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

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