Partager via


UriValueType Class

Definition

Represents an Uri in the project API.

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 2 })]
public class UriValueType : Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.ValueTypeBase<Uri>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 2 })>]
type UriValueType = class
    inherit ValueTypeBase<Uri>
Public Class UriValueType
Inherits ValueTypeBase(Of Uri)
Inheritance
UriValueType
Attributes

Constructors

UriValueType()

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(TValue, JsonWriter) (Inherited from ValueTypeBase<TValue>)
WriteToJson(Uri, 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