BuildActionEnumConverterGetStandardValues(ITypeDescriptorContext) Method

Gets a collection of standard values for the data type this validator is designed for.

Definition

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public override TypeConverterStandardValuesCollection GetStandardValues(
	ITypeDescriptorContext context
)

Parameters

context  ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.

Return Value

TypeConverterStandardValuesCollection
A TypeConverterStandardValuesCollection that holds a standard set of valid values, or if the data type does not support a standard set of values.

Remarks

Build actions that serve no purpose for selection are removed.

See Also