ModelingEnumerationConverter.GetStandardValuesExclusive 方法 (ITypeDescriptorContext)

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

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

语法

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

参数

返回值

类型:System.Boolean
如果标准值的集合是可能值的穷举列表,则为 true;如果还可能有其他值,则为 false。

备注

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

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

对继承者的说明

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

.NET Framework 安全性

请参阅

参考

ModelingEnumerationConverter 类

GetStandardValuesExclusive 重载

Microsoft.VisualStudio.Modeling.Design 命名空间

TypeConverter