PackageUtilities.ConvertFromType<T> 方法

使用转换器,将字符串转换为枚举。

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

语法

声明
Public Shared Function ConvertFromType(Of T As {Structure, New}) ( _
    value As String, _
    culture As CultureInfo _
) As Nullable(Of T)
public static Nullable<T> ConvertFromType<T>(
    string value,
    CultureInfo culture
)
where T : struct, new()

类型参数

参数

返回值

类型:System.Nullable<T>
枚举值。

备注

该类型使用的参数应是具有 EnumConverter子类型的枚举。

.NET Framework 安全性

请参见

参考

PackageUtilities 类

Microsoft.VisualStudio.Shell 命名空间