DataMappedObject.Properties (Propiedad)

Obtiene los pares de nombre/valor que contienen los nombres de propiedad y los valores asociados al concepto genérico actual.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Collections.Generic.IDictionary<String, Object>
Una colección de pares nombre-valor que contienen los nombres de propiedad y los valores asociados al concepto genérico actual.

Implementaciones

IVsDataMappedObject.Properties

Seguridad de .NET Framework

Vea también

Referencia

DataMappedObject Clase

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)