ModelingEnumerationConverter.GetStandardValuesExclusive 方法 (ITypeDescriptorContext)

指示从 GetStandardValues 方法返回的标准值的集合使用指定的上下文,是否排除列表,。

命名空间:  Microsoft.VisualStudio.Modeling.Design
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public Overrides Function GetStandardValuesExclusive ( _
    context As ITypeDescriptorContext _
) As Boolean
public override bool GetStandardValuesExclusive(
    ITypeDescriptorContext context
)

参数

返回值

类型:System.Boolean
,如果标准值的集合是的完整列表可能值,则为 true;错误,如果其他值是可能的。

备注

此方法在所有情况下均返回 true。

默认情况下,区域性参数将被忽略。

对继承者的说明

有关更多信息,请参见 TypeConverterGetStandardValuesExclusive 方法。

.NET Framework 安全性

请参见

参考

ModelingEnumerationConverter 类

GetStandardValuesExclusive 重载

Microsoft.VisualStudio.Modeling.Design 命名空间

TypeConverter