Partager via


IValueSetType Interface

Definition

Represents a hashset type.

public interface IValueSetType : Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.IValueType
type IValueSetType = interface
    interface IValueType
Public Interface IValueSetType
Implements IValueType
Implements

Properties

ElementType

Gets the type of elements in the list.

Name

Name used in the definition model.

(Inherited from IValueType)
RunTimeType

The Runtime type of the value

(Inherited from IValueType)
TypeName

The C# type name, which is used to generate code.

(Inherited from IValueType)

Methods

GetCustomizedEqualityComparer(IValueTypeMetadata)

Get a customized equality comparer.

(Inherited from IValueType)

Applies to