Share via


ValidatedControlConverter.GetStandardValuesExclusive Methode

Definition

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

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

Boolean

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

Gilt für