IVsDataObjectSupportModel.Types, propriété

Extrait une collection de paires nom/valeur contenant le type spécifique à la source de données noms et leur type correspondant objets de la mémoire de l'objet.

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

Syntaxe

'Déclaration
ReadOnly Property Types As IDictionary(Of String, IVsDataObjectType)
IDictionary<string, IVsDataObjectType> Types { get; }
property IDictionary<String^, IVsDataObjectType^>^ Types {
    IDictionary<String^, IVsDataObjectType^>^ get ();
}
abstract Types : IDictionary<string, IVsDataObjectType> with get
function get Types () : IDictionary<String, IVsDataObjectType>

Valeur de propriété

Type : IDictionary<String, IVsDataObjectType>
Une collection de paires nom/valeur contenant le type spécifique à la source de données noms et leurs objets correspondants d' IVsDataObjectType de la mémoire de l'objet.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataObjectSupportModel Interface

Microsoft.VisualStudio.Data.Services, espace de noms