Sdílet prostřednictvím


IVsDataViewSelectionInfo.Properties – vlastnost

Získá vlastnosti výběru.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
ReadOnly Property Properties As IList(Of String)
IList<string> Properties { get; }
property IList<String^>^ Properties {
    IList<String^>^ get ();
}
abstract Properties : IList<string>
function get Properties () : IList<String>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<String>
Seznam hodnot řetězec představující názvy vlastností výběru.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataViewSelectionInfo Rozhraní

Microsoft.VisualStudio.Data.Services – obor názvů