DataProvider.GetType 方法 (String)

解析一个类型名称。Type 所定义的DDEX提供程序。

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

语法

声明
Public Function GetType ( _
    typeName As String _
) As Type
public Type GetType(
    string typeName
)
public:
Type^ GetType(
    String^ typeName
)
member GetType : 
        typeName:string -> Type 
public function GetType(
    typeName : String
) : Type

参数

  • typeName
    类型:System.String
    字符串名称指定的数据类型。

返回值

类型:System.Type
返回指定的类型。

.NET Framework 安全性

请参见

参考

DataProvider 类

GetType 重载

Microsoft.VisualStudio.Data 命名空间