Condividi tramite


Proprietà IVsDataViewSelectionInfo.Properties

Ottiene le proprietà della selezione.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: IList<String>
Un elenco di valori stringa che rappresentano i nomi delle proprietà della selezione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataViewSelectionInfo Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services