Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft