AnyValueType 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.
The value type represents properties in the model, which can hold any value.
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 2 })]
public class AnyValueType : Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.ValueTypeBase<object>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 2 })>]
type AnyValueType = class
inherit ValueTypeBase<obj>
Public Class AnyValueType
Inherits ValueTypeBase(Of Object)
- Inheritance
- Attributes
Constructors
AnyValueType() |
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>) |