Compartir a través de


IVsDataObject.Properties (Propiedad)

Obtiene un objeto de IVsDataObjectPropertyDictionary que contiene las propiedades de este objeto de datos.

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 IVsDataObjectPropertyDictionary
IVsDataObjectPropertyDictionary Properties { get; }
property IVsDataObjectPropertyDictionary^ Properties {
    IVsDataObjectPropertyDictionary^ get ();
}
abstract Properties : IVsDataObjectPropertyDictionary with get
function get Properties () : IVsDataObjectPropertyDictionary

Valor de propiedad

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataObjectPropertyDictionary
Un objeto de IVsDataObjectPropertyDictionary que contiene las propiedades de este objeto de datos.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataObject Interfaz

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