FontUnitConverter.GetStandardValuesExclusive(ITypeDescriptorContext) Methode

Definition

Gibt mithilfe des angegebenen Formatkontexts zurück, ob die TypeConverter.StandardValuesCollection von der GetStandardValues(ITypeDescriptorContext) Methode zurückgegebene Methode eine exklusive Liste von Werten 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

Eine ITypeDescriptorContext , die Informationen zum Kontext eines Typkonverters bereitstellt.

Gibt zurück

false für alle Fälle.

Hinweise

Verwenden Sie die GetStandardValuesExclusive Methode, um zu bestimmen, ob die System.ComponentModel.TypeConverter.StandardValuesCollection von der GetStandardValues Methode zurückgegebene Methode eine exklusive Liste von Werten ist. Diese Methode wird außer Kraft gesetzt, um immer zurückzugeben false , um anzugeben, dass die Liste der Werte keine exklusive Liste ist.

Gilt für:

Weitere Informationen