Partilhar via


Propriedade DataMappedObject.Properties

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

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

Sintaxe

'Declaração
Public ReadOnly Property Properties As IDictionary(Of String, Object)
public IDictionary<string, Object> Properties { get; }
public:
virtual property IDictionary<String^, Object^>^ Properties {
    IDictionary<String^, Object^>^ get () sealed;
}
abstract Properties : IDictionary<string, Object>
override Properties : IDictionary<string, Object>
final function get Properties () : IDictionary<String, Object>

Valor de propriedade

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

Implementações

IVsDataMappedObject.Properties

Segurança do .NET Framework

Consulte também

Referência

DataMappedObject Classe

Namespace Microsoft.VisualStudio.Data.Framework