TargetConverter.GetStandardValuesExclusive(ITypeDescriptorContext) Methode

Definition

Gibt einen Wert zurück, der angibt, ob es sich bei der Auflistung der von der GetStandardValues(ITypeDescriptorContext) Methode zurückgegebenen Standardwerte um eine exklusive Liste 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

Ein ITypeDescriptorContext Formatkontext.

Gibt zurück

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

Hinweise

Dies ist eine nur interne Klasse.

Gilt für: