Partager via


KnownValueTypes.GetSetType(IValueType) Method

Definition

Gets the set type of a value type.

public static Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.IValueSetType? GetSetType (Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.IValueType valueType);
static member GetSetType : Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.IValueType -> Microsoft.VisualStudio.ProjectSystem.Query.ValueTypes.IValueSetType
Public Shared Function GetSetType (valueType As IValueType) As IValueSetType

Parameters

valueType
IValueType

A value type.

Returns

The set type of the value type.

Applies to