DataControlReferenceIDConverter.GetStandardValuesExclusive 方法

定义

返回一个值,该值指示返回的控件名称是否为所有可能值的独占列表。

public:
 override bool GetStandardValuesExclusive(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesExclusive (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValuesExclusive : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesExclusive (context As ITypeDescriptorContext) As Boolean

参数

context
ITypeDescriptorContext

一个对象,该对象为此类型转换器提供上下文信息。

返回

Boolean

总是为 false

适用于