IVsDataViewNodeInfo.Icons, propriété

Obtient les icônes associées au nœud statique ou le nœud de 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 Icons As ICollection(Of IVsDataViewIconInfo)
ICollection<IVsDataViewIconInfo> Icons { get; }
property ICollection<IVsDataViewIconInfo^>^ Icons {
    ICollection<IVsDataViewIconInfo^>^ get ();
}
abstract Icons : ICollection<IVsDataViewIconInfo> with get
function get Icons () : ICollection<IVsDataViewIconInfo>

Valeur de propriété

Type : ICollection<IVsDataViewIconInfo>
Une collection d' IVsDataViewIconInfo objets représentant les icônes.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataViewNodeInfo Interface

Microsoft.VisualStudio.Data.Services, espace de noms