Partilhar via


Propriedade IVsDataObjectType.Properties

Obtém uma coleção de pares nome/valor que representa os nomes de propriedade e seu IVsDataObjectTypeMember correspondente objetos.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.IDictionary<String, IVsDataObjectTypeMember>
Uma coleção de nome/valor emparelha para conter os nomes de propriedade e de objetos correspondentes de IVsDataObjectTypeMember .

Segurança do .NET Framework

Consulte também

Referência

IVsDataObjectType Interface

Namespace Microsoft.VisualStudio.Data.Services