Udostępnij za pośrednictwem


PostBackTriggerControlIDConverter.GetStandardValuesExclusive Metoda

Definicja

Zwraca wartość wskazującą, czy kolekcja standardowych wartości zwracanych z metody jest wyłączną listą możliwych wartości przy użyciu GetStandardValues(ITypeDescriptorContext) określonego kontekstu.

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

Parametry

context
ITypeDescriptorContext

Kontekst formatu.

Zwraca

Boolean

true Jeśli obiekt, który jest zwracany z metody , zawiera pełną listę możliwych wartości, jeśli są możliwe TypeConverter.StandardValuesCollection GetStandardValues(ITypeDescriptorContext) inne false wartości. Wartość domyślna to false.

Dotyczy