IVsDataMappedObject.Type, propriété
Obtient le nom de type sous forme de chaîne du type mappé par générique actuel.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
ReadOnly Property Type As String
string Type { get; }
property String^ Type {
String^ get ();
}
abstract Type : string
function get Type () : String
Valeur de propriété
Type : System.String
Le nom de type comme une chaîne pour le générique actuel est mappé le type.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.