NullableConverter.GetStandardValuesExclusive(ITypeDescriptorContext) Methode

Definition

Gibt zurück, ob es sich bei der Auflistung der zurückgegebenen GetStandardValues Standardwerte um eine exklusive Liste möglicher Werte handelt, wobei der angegebene Kontext verwendet wird.

public:
 override bool GetStandardValuesExclusive(System::ComponentModel::ITypeDescriptorContext ^ context);
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

Ein ITypeDescriptorContext Formatkontext.

Gibt zurück

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

Gilt für:

Weitere Informationen