UriValueType Class
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 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
- 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>) |