AsyncPostBackTriggerEventNameConverter.GetStandardValuesExclusive Methode

Definition

Gibt einen Wert zurück, der angibt, ob es sich bei der Auflistung der zurückgegebenen GetStandardValues(ITypeDescriptorContext) Standardwerte um eine exklusive Liste möglicher Werte für den angegebenen Kontext handelt.

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

Parameter

context
ITypeDescriptorContext

Der Formatkontext.

Gibt zurück

true wenn die TypeConverter.StandardValuesCollection zurückgegebene GetStandardValues(ITypeDescriptorContext) ist eine vollständige Liste möglicher Werte; false wenn andere Werte möglich sind. Die Standardimplementierung gibt false zurück.

Gilt für: