Share via


IVsDataObjectService.TypeName, propriété

Obtient le nom de type associé à l'instance actuelle du service d'objet de données.

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

Syntaxe

'Déclaration
ReadOnly Property TypeName As String
string TypeName { get; }
property String^ TypeName {
    String^ get ();
}
abstract TypeName : string
function get TypeName () : String

Valeur de propriété

Type : System.String
Chaîne représentant le nom de type associé à l'instance actuelle du service d'objet de données.

Exceptions

Exception Condition
TypeLoadException

Le type spécifié ne peut pas être chargé du fournisseur.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataObjectService Interface

Microsoft.VisualStudio.Data.Services, espace de noms