ModelingEnumerationConverter.GetStandardValuesSupported 方法 (ITypeDescriptorContext)

指示该对象是否支持条件可从列表中选择的计时值,可以使用指定的上下文。

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

语法

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

参数

返回值

类型:System.Boolean
则为 true,则 GetStandardValues 方法应调用以查找常见的一组值对象支持;否则,错误。

备注

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

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

.NET Framework 安全性

请参见

参考

ModelingEnumerationConverter 类

GetStandardValuesSupported 重载

Microsoft.VisualStudio.Modeling.Design 命名空间

TypeConverter