ActivityBindTypeConverter::GetStandardValues Method (ITypeDescriptorContext^)

 

Returns a collection of standard values for the ActivityBind data type using the specified context.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
virtual TypeConverter::StandardValuesCollection^ GetStandardValues(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

The ITypeDescriptorContext that provides a format context.

Return Value

Type: System.ComponentModel::TypeConverter::StandardValuesCollection^

A TypeConverter::StandardValuesCollection that holds a standard set of valid values or a null reference (Nothing in Visual Basic) if the data type does not support a standard set of values.

context can be used to extract additional information about the environment from which this converter is invoked. context or any property available through it can be a null reference (Nothing).

.NET Framework
Available since 3.0
Return to top
Show: