DynamicValueTypeConverter.GetStandardValues Method
Include Protected Members
Include Inherited Members
Returns a collection of standard values for the list box in the property grid. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetStandardValues() | (Inherited from TypeConverter.) | |
GetStandardValues(ITypeDescriptorContext) | Returns a collection of standard values for the list box in the property grid. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Overrides TypeConverter.GetStandardValues(ITypeDescriptorContext).) |
Top