StringComparisonValueType 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.
[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
- 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>) |