IValueSetType Interface
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 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) |