NullableConverter.GetStandardValuesExclusive(ITypeDescriptorContext) Methode

Definition

Gibt zurück, ob die Auflistung von Standardwerten, die von der GetStandardValues-Methode unter Verwendung des angegebenen Kontexts zurückgegeben werden, eine exklusive Liste von möglichen Werten darstellt.

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, der einen Formatierungskontext bereitstellt.

Gibt zurück

true, wenn die von der TypeConverter.StandardValuesCollection-Methode zurückgegebene GetStandardValues() eine vollständige Liste möglicher Werte darstellt, oder false, wenn andere Werte möglich sind.

Gilt für:

Weitere Informationen