UpdateProgressAssociatedUpdatePanelIDConverter.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

truewenn es sich bei TypeConverter.StandardValuesCollection dem GetStandardValues(ITypeDescriptorContext) zurückgegebenen Element um eine exklusive Liste möglicher Werte handelt, false falls andere Werte möglich sind. Der Standardwert lautet false.

Gilt für: