Partager via


IVsDataViewSelectionInfo.Properties, propriété

Obtient les propriétés de la sélection.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : IList<String>
Une liste de valeurs de chaînes représentant les noms des propriétés de la sélection.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataViewSelectionInfo Interface

Microsoft.VisualStudio.Data.Services, espace de noms