DataProvider.GetType, méthode (Guid, String)

Résout un nom de type à Type pour une source de données spécifiée comme défini par le fournisseur de DDEX.

Espace de noms :  Microsoft.VisualStudio.Data
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
Public MustOverride Function GetType ( _
    dataSource As Guid, _
    typeName As String _
) As Type
public abstract Type GetType(
    Guid dataSource,
    string typeName
)
public:
virtual Type^ GetType(
    Guid dataSource, 
    String^ typeName
) abstract
abstract GetType : 
        dataSource:Guid * 
        typeName:string -> Type
public abstract function GetType(
    dataSource : Guid, 
    typeName : String
) : Type

Paramètres

  • dataSource
    Type : Guid

    Source de données GUID de DDEX.

  • typeName
    Type : String

    Nom de chaîne pour le type de données.

Valeur de retour

Type : Type
Retourne un type spécifié.

Sécurité .NET Framework

Voir aussi

Référence

DataProvider Classe

GetType, surcharge

Microsoft.VisualStudio.Data, espace de noms