| LanguageResourceConverterGetStandardValues Method (ITypeDescriptorContext) |
This is overridden to return the values for the type converter's
dropdown list.
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
The format context object
Return Value
Type:
TypeConverterStandardValuesCollectionReturns the standard values for the type
See Also