Freigeben über


BaseEnumStringConverter<T>.GetStandardValuesExclusive-Methode (ITypeDescriptorContext)

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

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Overrides Function GetStandardValuesExclusive ( _
    context As ITypeDescriptorContext _
) As Boolean
public override bool GetStandardValuesExclusive(
    ITypeDescriptorContext context
)
public:
virtual bool GetStandardValuesExclusive(
    ITypeDescriptorContext^ context
) override
abstract GetStandardValuesExclusive : 
        context:ITypeDescriptorContext -> bool 
override GetStandardValuesExclusive : 
        context:ITypeDescriptorContext -> bool 
public override function GetStandardValuesExclusive(
    context : ITypeDescriptorContext
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn die von BaseEnumStringConverter<T>.GetStandardValues zurückgegebene TypeConverter.StandardValuesCollection eine vollständige Liste möglicher Werte ist. false, wenn andere Werte möglich sind.

.NET Framework-Sicherheit

Siehe auch

Referenz

BaseEnumStringConverter<T> Klasse

GetStandardValuesExclusive-Überladung

Microsoft.VisualStudio.TestTools.WebTesting-Namespace