DataControlReferenceIDConverter::GetStandardValuesExclusive Method (ITypeDescriptorContext^)

.NET Framework (current version)
 

Returns a value that indicates whether the returned control names are an exclusive list of all possible values.

Namespace:   System.Web.DynamicData.Design
Assembly:  System.Web.DynamicData.Design (in System.Web.DynamicData.Design.dll)

public:
virtual bool GetStandardValuesExclusive(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An object that provides context information to this type converter.

Return Value

Type: System::Boolean

Always false.

.NET Framework
Available since 4.0
Return to top
Show: