Compartir a través de


IVsDataViewSelectionInfo.Properties (Propiedad)

Obtiene las propiedades de la selección.

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

Valor de propiedad

Tipo: IList<String>
Una lista de valores de cadena que representan los nombres de propiedad de la selección.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewSelectionInfo Interfaz

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