Share via


IVsDataViewNodeInfo.Icons Property

Gets the icons associated with the static node or the selection node.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

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

Property Value

Type: System.Collections.Generic.ICollection<IVsDataViewIconInfo>
A collection of IVsDataViewIconInfo objects representing the icons.

.NET Framework Security

See Also

Reference

IVsDataViewNodeInfo Interface

Microsoft.VisualStudio.Data.Services Namespace