Partager via


IVsDataObjectType.Properties, propriété

Obtient une collection de paires nom/valeur représentant les noms de propriété et leur IVsDataObjectTypeMember correspondant objets.

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, IVsDataObjectTypeMember)
IDictionary<string, IVsDataObjectTypeMember> Properties { get; }
property IDictionary<String^, IVsDataObjectTypeMember^>^ Properties {
    IDictionary<String^, IVsDataObjectTypeMember^>^ get ();
}
abstract Properties : IDictionary<string, IVsDataObjectTypeMember>
function get Properties () : IDictionary<String, IVsDataObjectTypeMember>

Valeur de propriété

Type : System.Collections.Generic.IDictionary<String, IVsDataObjectTypeMember>
Une collection de paires nom/valeur contenant les noms de propriété et l' IVsDataObjectTypeMember correspondant objets.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataObjectType Interface

Microsoft.VisualStudio.Data.Services, espace de noms