Compartir a través de


IVsDataMappedObject.Properties (Propiedad)

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

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

Sintaxis

'Declaración
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> with get
function get Properties () : IDictionary<String, Object>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IVsDataMappedObject Interfaz

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