KnownValueTypes.GetSetType(IValueType) Method
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.
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.