Partager via


IVsDataMappedObject.Properties, propriété

Obtient les paires nom/valeur contenant les noms de propriété et les valeurs associés au 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 Properties As IDictionary(Of String, Object)
IDictionary<string, Object> Properties { get; }
property IDictionary<String^, Object^>^ Properties {
    IDictionary<String^, Object^>^ get ();
}
abstract Properties : IDictionary<string, Object> with get
function get Properties () : IDictionary<String, Object>

Valeur de propriété

Type : IDictionary<String, Object>
Une collection de paires nom/valeur contenant les noms de propriété et les valeurs associés au générique actuel est mappé le type.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataMappedObject Interface

Microsoft.VisualStudio.Data.Services, espace de noms