| BuildActionEnumConverterGetStandardValues Method (ITypeDescriptorContext) |
Gets a collection of standard values for the data type this validator is designed for.
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public override TypeConverterStandardValuesCollection GetStandardValues(
ITypeDescriptorContext context
)
Public Overrides Function GetStandardValues (
context As ITypeDescriptorContext
) As TypeConverterStandardValuesCollection
public:
virtual TypeConverterStandardValuesCollection^ GetStandardValues(
ITypeDescriptorContext^ context
) override
abstract GetStandardValues :
context : ITypeDescriptorContext -> TypeConverterStandardValuesCollection
override GetStandardValues :
context : ITypeDescriptorContext -> TypeConverterStandardValuesCollection
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
Return Value
Type:
TypeConverterStandardValuesCollectionA
TypeConverterStandardValuesCollection that holds a standard set of valid values, or null 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