PostBackTriggerControlIDConverter.GetStandardValuesExclusive Methode

Definition

Gibt einen Wert zurück, der angibt, ob die Auflistung von Standardwerten, die von der GetStandardValues(ITypeDescriptorContext) Methode zurückgegeben wird, eine exklusive Liste möglicher Werte mithilfe des angegebenen Kontexts ist.

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 das TypeConverter.StandardValuesCollection von der GetStandardValues(ITypeDescriptorContext) Methode zurückgegebene Objekt eine vollständige Liste möglicher Werte bereitstellt, false falls andere Werte möglich sind. Der Standardwert lautet false.

Gilt für: