Compartir a través de


IVsDataProvider.GetType (Método) (String)

解决一特定于提供程序类型名称为其对应的 Type 表示。

Espacio de nombres:  Microsoft.VisualStudio.Data.Core
Ensamblado:  Microsoft.VisualStudio.Data.Core (en Microsoft.VisualStudio.Data.Core.dll)

Sintaxis

'Declaración
Function GetType ( _
    typeName As String _
) As Type
Type GetType(
    string typeName
)
Type^ GetType(
    String^ typeName
)
abstract GetType : 
        typeName:string -> Type
function GetType(
    typeName : String
) : Type

Parámetros

  • typeName
    Tipo: String

    一个提供程序特定的类型名称。

Valor devuelto

Tipo: Type
表示类型是从指定类型名称解析的 Type 对象,如果找到,则为;否则,返回 nullreferencia null (Nothing en Visual Basic)。

Excepciones

Excepción Condición
ArgumentNullException

typeName 参数为 nullreferencia null (Nothing en Visual Basic)。

[<ANY>]

DDEX 提供程序的 GetType 实现将引发异常。

Comentarios

GetType 方法的委托,该方法将 Empty 作为 source 参数的值。

Seguridad de .NET Framework

Vea también

Referencia

IVsDataProvider Interfaz

GetType (Sobrecarga)

Microsoft.VisualStudio.Data.Core (Espacio de nombres)