Partilhar via


Propriedade IVsDataMappedObject.Properties

Obtém os pares nome/valor que contêm os nomes e valores de propriedade associados com o tipo genérico mapeado atual.

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

Valor de propriedade

Tipo: System.Collections.Generic.IDictionary<String, Object>
Uma coleção de pares nome/valor que contêm os nomes e valores de propriedade associados com o tipo genérico mapeado atual.

Segurança do .NET Framework

Consulte também

Referência

IVsDataMappedObject Interface

Namespace Microsoft.VisualStudio.Data.Services